Module inspect

Expand description

services to inspect requests and responses

Structs§

RequestInspectorLayer
wrapper to turn any RequestInspector into a Layer.
RequestInspectorLayerService

Traits§

RequestInspector
A special kind of Service which has access only to the Request, but not to the Response.