Module axum_extra::extract
source · [−]Expand description
Additional extractors.
Re-exports
Modules
cookie
cookie
Cookie parsing and cookie jar management.
Structs
Cache results of other extractors.
Extractor that deserializes application/x-www-form-urlencoded
requests
into some type.
Extractor that grabs private cookies from the request and manages the jar.
Query
query
Extractor that deserializes query strings into some type.
Extractor that grabs signed cookies from the request and manages the jar.