Expand description

This module contains data structures for building a multipart/form body to send a server.

Structs

Async streamable Multipart body.

Implements the multipart/form-data media type as described by RFC 7578.

Traits

A BoundaryGenerator is a policy to generate a random string to use as a part boundary.