Module hyper_multipart_rfc7578_mem_uploads::client::multipart [] [src]

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

Structs

Body

Multipart body that is compatible with Hyper.

Form

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

Part

One part of a body delimited by a boundary line.

Traits

BoundaryGenerator

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