[][src]Module swagger::drop_context

Hyper service that drops a context to an incoming request and passes it on to a wrapped service.

Structs

DropContext

Middleware wrapper service that trops the context from the incoming request and passes the plain hyper::Request to the wrapped service.