proxmox/proxmox-router/src/cli
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
..
command.rs router, rest-server: add StreamSync and StreamAsync API handlers 2024-09-05 14:15:11 +02:00
completion_helpers.rs router: rustfmt 2022-04-10 12:40:39 +02:00
completion.rs router: completion: remove needles borrow 2024-08-28 13:09:15 +02:00
environment.rs fix typos in rust api documentation 2024-07-22 08:49:42 +02:00
format.rs router: sort cli properties in usage output 2024-08-30 13:26:13 +02:00
getopts.rs cli: deal with commands without positional args 2024-07-22 09:03:56 +02:00
mod.rs add tracing init_cli_logger and deprecate old one 2024-08-30 13:47:55 +02:00
readline.rs add proxmox-schema and proxmox-router crates 2021-10-11 11:39:59 +02:00
shellword.rs router: clippy fixups 2022-06-02 10:10:01 +02:00
text_table.rs fix typos in rust api documentation 2024-07-22 08:49:42 +02:00