Expand description
Request parts extraction framework for OxiHTTP server handlers.
Provides the FromRequestParts trait and TypedHeader extractor for
typed access to HTTP request components without consuming the request body.
Structs§
- Request
Parts - A view into the non-body parts of a server
Request. - Typed
Header - Extractor for a single typed HTTP header.
Traits§
- From
Request Parts - Trait for types that can be extracted from
RequestParts.