Module extract

Module extract 

Source

Structs§

CLI
Env
Extension
Extractor and response for extensions.
Extensions
A type map of protocol extensions.
Form
Host
Extractor that resolves the hostname of the request.
Path
Extractor that will get captures from the URL and parse them using serde.
Query
Extractor that deserializes query strings into some type.
State
Extractor for state.
TypedHeader
Extractor and response that works with typed header values from headers.

Enums§

HttpContextError
MissingCLIError
MissingEnvError
MissingFormError

Traits§

FromRef
Used to do reference-to-value conversions thus not consuming the input value.
FromRequest
Types that can be created from requests.
FromRequestParts
Types that can be created from request parts.