Module monoio_http::h1::codec::decoder

source ·

Structs

Enums

  • 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.

Traits

Type Definitions