[][src]Module turbofish::request

Structs

Request

Request is a hyper::Request wrapped in a reference-counting pointer. The request needs to be wrapped in a pointer in order to be passed around and cloned throughout the turbofish service chain

Traits

FromRequest

Trait implemented by types that can be extracted from request.