Structs§
- Channel
Wrapper - Chunked
Body Decoder - Decoder of http1 chunked body.
- Direct
Wrapper - Fixed
Body Decoder - Decoder of http1 body with fixed length.
- Generic
Decoder - Generic
Head Decoder - A wrapper around D(normally RequestHeaderDecoder and ResponseHeaderDecoder).
Mainly for extract special headers and return the raw item and payload to
satisfy the constraint of
ComposeDecoder
. - IoOwned
Decoder - Request
Head Decoder - Decoder of http1 request header.
- Response
Head Decoder - Decoder of http1 response header.
Enums§
- Decode
Error - Invalid
Request Error - Next
Decoder - NextDecoder maybe None, Fixed or Streamed. Mainly designed for no body, fixed-length body and chunked body. But generally, NextDecoder can be used to represent 0, 1, or more than 1 things to decode.
- Payload
Decoder