List of all items
Structs
- App
- HttpServer
- WebContext
- body::AsyncBody
- body::BoxBody
- body::ResponseBody
- bytes::BufMutWriter
- bytes::Bytes
- bytes::BytesMut
- bytes::BytesStr
- bytes::PagedBytesMut
- bytes::WriteBuf
- bytes::buf::Chain
- bytes::buf::IntoIter
- bytes::buf::Limit
- bytes::buf::Reader
- bytes::buf::Take
- bytes::buf::UninitSlice
- bytes::buf::Writer
- error::BodyOverFlow
- error::Error
- error::ErrorStatus
- error::ExtensionNotFound
- error::HeaderNotFound
- error::InvalidHeaderValue
- error::MatchError
- error::MethodNotAllowed
- error::ThreadJoinError
- handler::body::Body
- handler::body::Limit
- handler::cookie::Cookie
- handler::cookie::CookieJar
- handler::cookie::ExtensionKey
- handler::cookie::Key
- handler::cookie::Private
- handler::cookie::Signed
- handler::cookie::StateKey
- handler::extension::ExtensionOwn
- handler::extension::ExtensionRef
- handler::extension::ExtensionsRef
- handler::form::Form
- handler::form::LazyForm
- handler::header::HeaderRef
- handler::html::Html
- handler::json::Json
- handler::json::LazyJson
- handler::params::LazyParams
- handler::params::Params
- handler::params::Params2
- handler::params::ParamsRef
- handler::path::PathOwn
- handler::path::PathRef
- handler::query::LazyQuery
- handler::query::Query
- handler::redirect::Redirect
- handler::state::StateOwn
- handler::state::StateRef
- handler::text::Text
- handler::uri::UriOwn
- handler::uri::UriRef
- handler::websocket::ResponseSender
- handler::websocket::ResponseWeakSender
- handler::websocket::WebSocket
- http::Error
- http::Extensions
- http::HeaderMap
- http::HeaderName
- http::HeaderValue
- http::Method
- http::Request
- http::RequestExt
- http::Response
- http::StatusCode
- http::Uri
- http::Version
- http::header::Drain
- http::header::GetAll
- http::header::HeaderMap
- http::header::HeaderName
- http::header::HeaderValue
- http::header::IntoIter
- http::header::InvalidHeaderName
- http::header::InvalidHeaderValue
- http::header::Iter
- http::header::IterMut
- http::header::Keys
- http::header::MaxSizeReached
- http::header::OccupiedEntry
- http::header::ToStrError
- http::header::VacantEntry
- http::header::ValueDrain
- http::header::ValueIter
- http::header::ValueIterMut
- http::header::Values
- http::header::ValuesMut
- http::method::InvalidMethod
- http::method::Method
- http::request::Builder
- http::request::Parts
- http::request::Request
- http::response::Builder
- http::response::Parts
- http::response::Response
- http::status::InvalidStatusCode
- http::status::StatusCode
- http::uri::Authority
- http::uri::Builder
- http::uri::InvalidUri
- http::uri::InvalidUriParts
- http::uri::Parts
- http::uri::PathAndQuery
- http::uri::Port
- http::uri::Scheme
- http::uri::Uri
- http::version::Version
- middleware::CatchUnwind
- middleware::Extension
- middleware::Group
- middleware::Logger
- middleware::UncheckedReady
- middleware::compress::Compress
- middleware::decompress::Decompress
- middleware::eraser::TypeEraser
- middleware::limit::Limit
- middleware::limit::LimitBody
- middleware::limit::LimitService
- middleware::rate_limit::RateLimit
- middleware::sync::Next
- middleware::sync::SyncMiddleware
- middleware::tower_http_compat::TowerHttpCompat
- route::Route
- service::FnService
- service::file::ServeDir
- service::middleware::Group
- service::middleware::UncheckedReady
- service::pipeline::PipelineT
- service::tower_http_compat::CompatReqBody
- service::tower_http_compat::CompatResBody
- service::tower_http_compat::TowerCompatService
- service::tower_http_compat::TowerHttpCompat
Enums
- body::RequestBody
- bytes::EitherBuf
- error::RouterError
- handler::cookie::ParseError
- handler::websocket::Message
- http::header::Entry
- service::pipeline::PipelineE
Traits
- body::BodyStream
- bytes::Buf
- bytes::BufInterest
- bytes::BufMut
- bytes::BufRead
- bytes::BufWrite
- bytes::buf::Buf
- bytes::buf::BufMut
- handler::FromRequest
- handler::Responder
- handler::state::BorrowState
- http::BorrowReq
- http::BorrowReqMut
- http::IntoResponse
- http::header::AsHeaderName
- http::header::IntoHeaderName
- service::AsyncClosure
- service::Service
- service::ServiceExt
- service::object::ServiceObject
- service::ready::ReadyService
Attribute Macros
Derive Macros
Functions
- body::none_body_hint
- handler::handler_service
- handler::handler_sync_service
- route::connect
- route::delete
- route::get
- route::head
- route::options
- route::patch
- route::post
- route::put
- route::trace
- service::fn_build
- service::fn_service
- test::collect_body
- test::collect_string_body
Type Aliases
- AppObject
- NestApp
- error::BodyError
- handler::multipart::Multipart
- http::Result
- http::WebRequest
- http::WebResponse
- service::BoxFuture
- service::EnclosedBuilder
- service::EnclosedFnBuilder
- service::MapBuilder
- service::MapErrorBuilder
- service::object::BoxedServiceObject
- service::object::BoxedSyncServiceObject
- service::pipeline::EnclosedBuilder
- service::pipeline::EnclosedFnBuilder
- service::pipeline::MapBuilder
- service::pipeline::MapErrorBuilder
- test::CollectStringError
Constants
- body::NONE_BODY_HINT
- handler::form::DEFAULT_LIMIT
- handler::header::ACCEPT
- handler::header::ACCEPT_ENCODING
- handler::header::CONTENT_LENGTH
- handler::header::CONTENT_TYPE
- handler::header::HOST
- handler::json::DEFAULT_LIMIT
- http::const_header_name::PROTOCOL
- http::const_header_value::APPLICATION_WWW_FORM_URLENCODED
- http::const_header_value::GRPC
- http::const_header_value::JSON
- http::const_header_value::TEXT
- http::const_header_value::TEXT_HTML_UTF8
- http::const_header_value::TEXT_UTF8
- http::const_header_value::WEBSOCKET
- http::header::ACCEPT
- http::header::ACCEPT_CHARSET
- http::header::ACCEPT_ENCODING
- http::header::ACCEPT_LANGUAGE
- http::header::ACCEPT_RANGES
- http::header::ACCESS_CONTROL_ALLOW_CREDENTIALS
- http::header::ACCESS_CONTROL_ALLOW_HEADERS
- http::header::ACCESS_CONTROL_ALLOW_METHODS
- http::header::ACCESS_CONTROL_ALLOW_ORIGIN
- http::header::ACCESS_CONTROL_EXPOSE_HEADERS
- http::header::ACCESS_CONTROL_MAX_AGE
- http::header::ACCESS_CONTROL_REQUEST_HEADERS
- http::header::ACCESS_CONTROL_REQUEST_METHOD
- http::header::AGE
- http::header::ALLOW
- http::header::ALT_SVC
- http::header::AUTHORIZATION
- http::header::CACHE_CONTROL
- http::header::CACHE_STATUS
- http::header::CDN_CACHE_CONTROL
- http::header::CONNECTION
- http::header::CONTENT_DISPOSITION
- http::header::CONTENT_ENCODING
- http::header::CONTENT_LANGUAGE
- http::header::CONTENT_LENGTH
- http::header::CONTENT_LOCATION
- http::header::CONTENT_RANGE
- http::header::CONTENT_SECURITY_POLICY
- http::header::CONTENT_SECURITY_POLICY_REPORT_ONLY
- http::header::CONTENT_TYPE
- http::header::COOKIE
- http::header::DATE
- http::header::DNT
- http::header::ETAG
- http::header::EXPECT
- http::header::EXPIRES
- http::header::FORWARDED
- http::header::FROM
- http::header::HOST
- http::header::IF_MATCH
- http::header::IF_MODIFIED_SINCE
- http::header::IF_NONE_MATCH
- http::header::IF_RANGE
- http::header::IF_UNMODIFIED_SINCE
- http::header::LAST_MODIFIED
- http::header::LINK
- http::header::LOCATION
- http::header::MAX_FORWARDS
- http::header::ORIGIN
- http::header::PRAGMA
- http::header::PROXY_AUTHENTICATE
- http::header::PROXY_AUTHORIZATION
- http::header::PUBLIC_KEY_PINS
- http::header::PUBLIC_KEY_PINS_REPORT_ONLY
- http::header::RANGE
- http::header::REFERER
- http::header::REFERRER_POLICY
- http::header::REFRESH
- http::header::RETRY_AFTER
- http::header::SEC_WEBSOCKET_ACCEPT
- http::header::SEC_WEBSOCKET_EXTENSIONS
- http::header::SEC_WEBSOCKET_KEY
- http::header::SEC_WEBSOCKET_PROTOCOL
- http::header::SEC_WEBSOCKET_VERSION
- http::header::SERVER
- http::header::SET_COOKIE
- http::header::STRICT_TRANSPORT_SECURITY
- http::header::TE
- http::header::TRAILER
- http::header::TRANSFER_ENCODING
- http::header::UPGRADE
- http::header::UPGRADE_INSECURE_REQUESTS
- http::header::USER_AGENT
- http::header::VARY
- http::header::VIA
- http::header::WARNING
- http::header::WWW_AUTHENTICATE
- http::header::X_CONTENT_TYPE_OPTIONS
- http::header::X_DNS_PREFETCH_CONTROL
- http::header::X_FRAME_OPTIONS
- http::header::X_XSS_PROTECTION