Crate multipart [] [src]

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

Features:

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).

Macros

chain_result

Chain a series of results together, with or without previous results.