Expand description
Extract utilities to develop endpoint services efortless.
Structs§
- Extractor that resolves the authority of the request.
- Extractor to get the response body.
- Extractor to get the response body, collected as
Bytes
. - Extractor that resolves the hostname of the request.
- Extractor to get path parameters from the context in deserialized form.
- Extractor that deserializes query strings into some type.
- Extractor to get the response body, collected as
String
. - Extractor to get a TypedHeader from the request.
- Rejection used for
TypedHeader
.
Enums§
- Additional information regarding a
TypedHeaderRejection
Traits§
- Types that can be created from requests.
- Types that can be created from request parts.