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

Structs

Field

A single field in a multipart stream.

FieldData

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

FieldHeaders

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

Multipart

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

NextField

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

ReadToString

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