Module multipart

Source
Expand description

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

Structs§

Body
Async streamable Multipart body.
Form
Implements the multipart/form-data media type as described by RFC 7578.

Traits§

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