Crate hyper_multipart_rfc7578 [] [src]

Multipart RFC 7578

This crate contains an implementation of the multipart/form-data media type described in RFC 7578.

Currently, only the client-side is implemented.

See the client module for examples of how to send a request with a multipart/form-data body.

Modules

client