Expand description
Axum HTTP server: IPP over POST /ipp/print/:name.
Structs§
- AppState
- Axum-shared state. Constructed internally by
Server::router; exposed only so external middleware can read the printer registry. - JobContext
- Context passed to a print-job worker so it can observe cancellation and report progress without re-querying the registry.
- Server
- Entry point —
Server::run(opts).awaitstarts the listener. - Server
Options - Server configuration. Construct in your
main, hand toServer::run.
Type Aliases§
- Print
JobFn - Callback to process a CUPS raster document on a device.