Extractor that extracts the request body as a
Stream.
Extractor for getting connection information produced by a
Connected.
Layer for configuring the default request body limit.
Extractor and response for extensions.
URL encoded extractor and response.
Extractor that resolves the hostname of the request.
JSON Extractor / Response.
Access the path in the router that matches the request.
Extractor that gets the original request URI regardless of nesting.
Extractor that will get captures from the URL and parse them using
serde.
Extractor that deserializes query strings into some type.
Extractor that extracts the raw request body.
Extractor that extracts raw form requests.
Extractor that will get captures from the URL without deserializing them.
Extractor that extracts the raw query string, without parsing it.
Extractor for state.
Extractor and response that works with typed header values from
headers.