Expand description
axum-utils : observability middleware
Functionsยง
- make_
body_ from_ channel_ receiver - Makes a streaming body from a Tokio MPSC receiver.
- observability_
middleware - observability_middleware logs http requests, their duration and status code
- stream_
request - Streams a response by executing a callback that writes to a
ResponseWriter.