Re-exports§
pub use origin::origin;
pub use origin::origin_tld;
pub use host::host;
pub use host::host_tld;
pub use axum;
pub use tracing;
Modules§
Macros§
Structs§
- Connect
Info - Extractor for getting connection information produced by a
Connected
. - Extension
- Extractor and response for extensions.
- Header
Map - A set of HTTP headers
- Path
- Extractor that will get captures from the URL and parse them using
serde
. - Status
Code - An HTTP status code (
status-code
in RFC 9110 et al.).
Traits§
- Into
Response - Trait for generating responses.