Module mpart_async::client

source ·
Expand description

The Client Module used for sending requests to servers

Structs

  • A Simple In-Memory Stream that can be used to store bytes
  • A MultipartField which is part of a MultipartRequest and used to add a standard text field
  • The main MultipartRequest struct for sending Multipart submissions to servers
  • A stream which is part of a MultipartRequest and used to stream out bytes

Enums

  • The enum for multipart items which is either a field or a stream