proxmox-backup/proxmox-rest-server
Dietmar Maurer 608806e884 proxmox-rest-server: use new ServerAdapter trait instead of callbacks
Async callbacks are a PITA, so we now pass a single trait object which
implements check_auth and get_index.
2021-10-05 11:13:10 +02:00
..
examples proxmox-rest-server: use new ServerAdapter trait instead of callbacks 2021-10-05 11:13:10 +02:00
src proxmox-rest-server: use new ServerAdapter trait instead of callbacks 2021-10-05 11:13:10 +02:00
Cargo.toml examples: add example for a simple rest server with a small api 2021-09-29 09:48:47 +02:00