Skip to main content

Module extractor

Module extractor 

Source
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§

RequestParts
A view into the non-body parts of a server Request.
TypedHeader
Extractor for a single typed HTTP header.

Traits§

FromRequestParts
Trait for types that can be extracted from RequestParts.