Crate multipart [−] [src]
Client- and server-side abstractions for HTTP multipart/form-data requests.
Features:
This documentation is built with all features enabled.
client: The client-side abstractions for generating multipart requests.server: The server-side abstractions for parsing multipart requests.mock: Provides mock implementations of coreclientandservertraits for debugging or non-standard use.hyper: Integration with the Hyper HTTP library for client and/or server depending on which other feature flags are set.iron: Integration with the Iron web application framework. See theserver::ironmodule for more information.tiny_http: Integration with thetiny_httpcrate. See theserver::tiny_httpmodule for more information.
Note: in-crate integration for Nickel was removed in 0.11.0;
integration will be provided in the
multipart-nickel
crate for the foreseeable future.
Modules
| client |
The client-side abstraction for multipart requests. Enabled with the |
| mock |
Mocked types for client-side and server-side APIs. |
| server |
The server-side abstraction for multipart requests. Enabled with the |
Macros
| chain_result |
Chain a series of results together, with or without previous results. |