Crate multipart [] [src]

Client- and server-side abstractions for HTTP multipart/form-data requests.

Features:

  • client (default): Enable the client-side abstractions for multipart requests. If the hyper feature is also set, enables integration with the Hyper HTTP client API.

  • server (default): Enable the server-side abstractions for multipart requests. If the hyper feature is also set, enables integration with the Hyper HTTP server API.

  • hyper (default): Enable integration with the Hyper HTTP library for client and/or server depending on which other feature flags are set.

Modules

client

The client-side abstraction for multipart requests. Enabled with the client feature (on by default).

server

The server-side abstraction for multipart requests. Enabled with the server feature (on by default).