Module xitca_web::handler::body

source ·
Expand description

type extractor for request body stream.

Structs

  • helper type for limiting body size. when LIMIT > 0 body size is limited to LIMIT in bytes. when LIMIT == 0 body size is unlimited.