Expand description
Middleware to write Http traffic in std format.
Can be useful for cli / debug purposes.
Structs§
- Bidirectional
Writer - A writer that can write both requests and responses.
- DoNot
Write Request - Marker struct to indicate that the request should not be printed.
- DoNot
Write Response - Marker struct to indicate that the response should not be printed.
- Request
Writer Layer - Layer that applies
RequestWriterService
which prints the http request in std format. - Request
Writer Service - Middleware to print Http request in std format.
- Response
Writer Layer - Layer that applies
ResponseWriterService
which prints the http response in std format. - Response
Writer Service - Middleware to print Http request in std format.
Enums§
- Bidirectional
Message - The internal message type for the
BidirectionalWriter
. - Writer
Mode - Http writer mode.
Traits§
- Request
Writer - A trait for writing http requests.
- Response
Writer - A trait for writing http responses.