Module rouille::input::multipart [] [src]

Parsing data sent with multipart/form-data.

Note: You are encouraged to look at the post module instead in order to parse data from HTML forms.

Structs

Multipart

Allows you to inspect the content of the multipart input of a request.

MultipartField

A field in a multipart request. May be either text or a binary stream (file).

MultipartFile

A representation of a file in HTTP multipart/form-data.

Enums

MultipartData

The data of a field in a multipart/form-data request.

MultipartError

Error that can happen when decoding multipart data.

Functions

get_multipart_input

Attempts to decode the content of the request as multipart/form-data data.