List of all items
Structs
- Error
 - Extension
 - Router
 - body::StreamBody
 - error_handling::HandleError
 - error_handling::HandleErrorLayer
 - error_handling::future::HandleErrorFuture
 - extract::BodyStream
 - extract::DefaultBodyLimit
 - extract::Host
 - extract::Path
 - extract::RawBody
 - extract::RawForm
 - extract::RawPathParams
 - extract::RawQuery
 - extract::State
 - extract::path::FailedToDeserializePathParams
 - extract::path::InvalidUtf8InPathParam
 - extract::path::Path
 - extract::path::RawPathParams
 - extract::path::RawPathParamsIter
 - extract::rejection::FailedToDeserializeForm
 - extract::rejection::FailedToDeserializeFormBody
 - extract::rejection::FailedToDeserializeQueryString
 - extract::rejection::FailedToResolveHost
 - extract::rejection::InvalidFormContentType
 - extract::rejection::InvalidUtf8
 - extract::rejection::LengthLimitError
 - extract::rejection::MissingExtension
 - extract::rejection::MissingPathParams
 - extract::rejection::UnknownBodyError
 - handler::HandlerService
 - handler::Layered
 - handler::future::IntoServiceFuture
 - handler::future::LayeredFuture
 - middleware::AddExtension
 - middleware::FromExtractor
 - middleware::FromExtractorLayer
 - middleware::FromFn
 - middleware::FromFnLayer
 - middleware::MapRequest
 - middleware::MapRequestLayer
 - middleware::MapResponse
 - middleware::MapResponseLayer
 - middleware::Next
 - middleware::future::FromExtractorResponseFuture
 - middleware::future::FromFnResponseFuture
 - middleware::future::MapRequestResponseFuture
 - middleware::future::MapResponseResponseFuture
 - response::AppendHeaders
 - response::ErrorResponse
 - response::Html
 - response::Redirect
 - response::ResponseParts
 - routing::IntoMakeService
 - routing::MethodFilter
 - routing::Route
 - routing::Router
 - routing::future::InfallibleRouteFuture
 - routing::future::IntoMakeServiceFuture
 - routing::future::RouteFuture
 - routing::method_routing::MethodRouter
 
Enums
- extract::path::ErrorKind
 - extract::rejection::BytesRejection
 - extract::rejection::ExtensionRejection
 - extract::rejection::FailedToBufferBody
 - extract::rejection::FormRejection
 - extract::rejection::HostRejection
 - extract::rejection::PathRejection
 - extract::rejection::QueryRejection
 - extract::rejection::RawFormRejection
 - extract::rejection::RawPathParamsRejection
 - extract::rejection::StringRejection
 
Traits
- RequestExt
 - RequestPartsExt
 - ServiceExt
 - extract::FromRef
 - extract::FromRequest
 - extract::FromRequestParts
 - handler::Handler
 - handler::HandlerWithoutStateExt
 - middleware::IntoMapRequestResult
 - response::IntoResponse
 - response::IntoResponseParts
 
Functions
- body::boxed
 - middleware::from_extractor
 - middleware::from_extractor_with_state
 - middleware::from_fn
 - middleware::from_fn_with_state
 - middleware::map_request
 - middleware::map_request_with_state
 - middleware::map_response
 - middleware::map_response_with_state
 - routing::method_routing::any
 - routing::method_routing::any_service
 - routing::method_routing::delete
 - routing::method_routing::delete_service
 - routing::method_routing::get
 - routing::method_routing::get_service
 - routing::method_routing::head
 - routing::method_routing::head_service
 - routing::method_routing::on
 - routing::method_routing::on_service
 - routing::method_routing::options
 - routing::method_routing::options_service
 - routing::method_routing::patch
 - routing::method_routing::patch_service
 - routing::method_routing::post
 - routing::method_routing::post_service
 - routing::method_routing::put
 - routing::method_routing::put_service
 - routing::method_routing::trace
 - routing::method_routing::trace_service