[][src]Type Definition hyperbole::Init

type Init = HCons<Body, HCons<Method, HCons<Uri, HCons<Version, HCons<HeaderMap, HCons<Extensions, HCons<SocketAddr, HNil>>>>>>>;

The set of request scoped state that contexts are initialized with.