Module salvo::http::body_chunk[][src]

Expand description

Client- and server-side abstractions for HTTP multipart/form-data requests using asynchronous I/O.

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.

Traits