List of all items
Structs
- endpoint::And
- endpoint::Apply
- endpoint::ApplyRaw
- endpoint::ByRef
- endpoint::Cloned
- endpoint::EndpointObj
- endpoint::Lazy
- endpoint::LocalEndpointObj
- endpoint::Or
- endpoint::OrStrict
- endpoint::Unit
- endpoint::context::ApplyContext
- endpoint::context::TaskContext
- endpoint::error::ApplyError
- endpoint::syntax::MatchEos
- endpoint::syntax::MatchSegment
- endpoint::syntax::Param
- endpoint::syntax::Remains
- endpoint::syntax::verb::MatchVerbConnect
- endpoint::syntax::verb::MatchVerbDelete
- endpoint::syntax::verb::MatchVerbGet
- endpoint::syntax::verb::MatchVerbHead
- endpoint::syntax::verb::MatchVerbOptions
- endpoint::syntax::verb::MatchVerbPatch
- endpoint::syntax::verb::MatchVerbPost
- endpoint::syntax::verb::MatchVerbPut
- endpoint::syntax::verb::MatchVerbTrace
- endpoint::syntax::verb::MatchVerbs
- endpoint::syntax::verb::Verbs
- endpoint::syntax::verb::VerbsIter
- endpoint::wrapper::AfterApply
- endpoint::wrapper::AndThen
- endpoint::wrapper::BeforeApply
- endpoint::wrapper::Map
- endpoint::wrapper::OrReject
- endpoint::wrapper::OrRejectWith
- endpoint::wrapper::Recover
- endpoints::body::Json
- endpoints::body::Raw
- endpoints::body::ReceiveAll
- endpoints::body::Text
- endpoints::body::UrlEncoded
- endpoints::cookie::CookiesEndpoint
- endpoints::fs::Dir
- endpoints::fs::File
- endpoints::header::Matches
- endpoints::header::Optional
- endpoints::header::Parse
- endpoints::header::Raw
- endpoints::query::Optional
- endpoints::query::Raw
- endpoints::query::Required
- endpoints::upgrade::Builder
- endpoints::upgrade::UpgradedIo
- error::Error
- input::Cookies
- input::EncodedStr
- input::Input
- input::Payload
- input::ReqBody
- output::Debug
- output::Json
- output::OutputContext
- output::Pretty
- output::Redirect
- output::body::EitherPayload
- output::body::Empty
- output::body::Once
- output::body::Optional
- output::body::Payload
- output::fs::FileStream
- output::fs::NamedFile
- output::fs::OpenNamedFile
- output::status::Created
- output::status::NoContent
- output::status::Status
- rt::BlockingSection
- server::ServerError
- server::ServiceBuilder
- server::middleware::Chain
- server::middleware::ErrorHandler
- server::middleware::MapResponseBody
- server::middleware::log::LogMiddleware
- test::TestRunner
Enums
Traits
- endpoint::Endpoint
- endpoint::IntoEndpoint
- endpoint::IntoEndpointExt
- endpoint::OutputEndpoint
- endpoint::SendEndpoint
- endpoint::wrapper::EndpointWrapExt
- endpoint::wrapper::Wrapper
- error::HttpError
- input::FromEncodedStr
- input::FromHeaderValue
- output::Output
- output::body::ResBody
- server::ServerConfig
- server::middleware::Middleware
- server::middleware::log::Logger
- server::middleware::log::Logging
- test::IntoReqBody
- test::TestRequest
Macros
Functions
- endpoint::apply
- endpoint::apply_raw
- endpoint::by_ref
- endpoint::cloned
- endpoint::context::with_get_cx
- endpoint::lazy
- endpoint::syntax::eos
- endpoint::syntax::param
- endpoint::syntax::remains
- endpoint::syntax::segment
- endpoint::syntax::verb::connect
- endpoint::syntax::verb::delete
- endpoint::syntax::verb::get
- endpoint::syntax::verb::head
- endpoint::syntax::verb::options
- endpoint::syntax::verb::patch
- endpoint::syntax::verb::post
- endpoint::syntax::verb::put
- endpoint::syntax::verb::trace
- endpoint::syntax::verb::verbs
- endpoint::unit
- endpoint::wrapper::after_apply
- endpoint::wrapper::and_then
- endpoint::wrapper::before_apply
- endpoint::wrapper::map
- endpoint::wrapper::or_reject
- endpoint::wrapper::or_reject_with
- endpoint::wrapper::recover
- endpoints::body::json
- endpoints::body::raw
- endpoints::body::receive_all
- endpoints::body::text
- endpoints::body::urlencoded
- endpoints::cookie::cookies
- endpoints::fs::dir
- endpoints::fs::file
- endpoints::header::matches
- endpoints::header::optional
- endpoints::header::parse
- endpoints::header::raw
- endpoints::query::optional
- endpoints::query::raw
- endpoints::query::required
- endpoints::upgrade::builder
- error::bad_request
- error::err_msg
- error::fail
- rt::blocking
- rt::blocking_section
- rt::spawn_with_handle
- server::middleware::error_handler
- server::middleware::log::log
- server::middleware::log::stdlog
- server::middleware::map_response_body
- server::start
- test::runner