Module salvo::http::multipart[][src]

Structs

A single field in a multipart stream.

The data of a field in a multipart stream, as a stream of chunks.

The headers of a Field, including the name, filename, and Content-Type, if provided.

The server-side implementation of multipart/form-data requests.

A Future potentially yielding the next field in the multipart stream.

A Future that yields the body of a field read to a String.