Crate multipart [] [src]

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

Features:

This documentation is built with all features enabled.

Note: Work in Progress

I have left a number of Request-for-Comments (RFC) questions on various APIs and other places in the code as there are some cases where I'm not sure what the desirable behavior is.

I have opened an issue as a place to collect responses and discussions for these questions on Github. Please quote the RFC-statement (and/or link to its source line) and provide your feedback there.

Modules

server

The server-side abstraction for multipart requests. Enabled with the server feature.

Macros

chain_result

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