Expand description
util functions and structs
Re-exports§
pub use query_kv::QueryKvIter;
Modules§
Structs§
- Reference
Traits§
- Generate a
x-request-idheader for the request and response.
Functions§
- Dump the request body.
- Map any type to any type, but this function should be never called.
- Set the content length header or transfer encoding to chunked for Request.
- Set the content length header or transfer encoding to chunked for Response.
- Add
x-forwarded-forfor request, based onPeerAddr - Add a
x-request-idheader to the request and then response.