Module attohttpc::body

source ·
Expand description

Contains types to describe request bodies

Structs§

  • A request body containing binary data
  • An empty request body
  • A request body backed by a local file
  • A request body for streaming out JSON
  • A request body containing UTF-8-encoded text

Enums§

  • The kinds of request bodies currently supported by this crate.

Traits§

  • A generic rewindable request body