proxmox/proxmox-rest-server/src
Wolfgang Bumiller 17bd32e90e router, rest-server: add StreamSync and StreamAsync API handlers
These are Iterators or Streams which continuously produce output. They
can either be formatted, in which they are serialized like the as
usually, or, if the client caccepts `application/json-seq` via an
`Accept` header, it will be streamed as a sequence directly.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-09-05 14:15:11 +02:00
..
api_config.rs introduce proxmox-daemon crate 2024-07-24 14:25:50 +02:00
compression.rs rest server: rust fmt 2022-04-06 16:55:39 +02:00
connection.rs introduce proxmox-daemon crate 2024-07-24 14:25:50 +02:00
environment.rs rest-server: drop Router from ApiConfig 2023-03-02 16:13:55 +01:00
formatter.rs router, rest-server: add StreamSync and StreamAsync API handlers 2024-09-05 14:15:11 +02:00
h2service.rs router, rest-server: add StreamSync and StreamAsync API handlers 2024-09-05 14:15:11 +02:00
lib.rs rest-server: remove lazy_static dependency 2024-08-14 10:33:42 +02:00
rest.rs router, rest-server: add StreamSync and StreamAsync API handlers 2024-09-05 14:15:11 +02:00
worker_task.rs rest-server: remove use of once_cell 2024-08-14 11:32:23 +02:00