Crate izihawa_common_multipart

Crate izihawa_common_multipart 

Source
Expand description

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

§Usage

Add either the Hyper implementation or the Actix implementation to your Cargo.toml file:

§Hyper:

[dependencies]
izihawa-hyper-multipart = "1.0"

and import:

extern crate izihawa_hyper_multipart as multipart;

Modules§

client