[][src]Module mpart_async::client

The Client Module used for sending requests to servers

Structs

ByteStream

A Simple In-Memory Stream that can be used to store bytes

MultipartField

A MultipartField which is part of a MultipartRequest and used to add a standard text field

MultipartRequest

The main MultipartRequest struct for sending Multipart submissions to servers

MultipartStream

A stream which is part of a MultipartRequest and used to stream out bytes

Enums

MultipartItems

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