Expand description
Process and extract typed data from a multipart stream.
Modules§
- bytes
- Reads a field into memory.
- json
- Deserializes a field as JSON.
- tempfile
tempfile
- Writes a field to a temporary file on disk.
- text
- Deserializes a field from plain text.
Structs§
- Limits
- Used to keep track of the remaining limits for the form and current field.
- Multipart
Form - Typed
multipart/form-data
extractor. - Multipart
Form Config MultipartForm
extractor configuration.
Traits§
- Field
Reader - Trait that data types to be used in a multipart form struct should implement.
- Multipart
Collect - Trait that allows a type to be used in the
MultipartForm
extractor.
Derive Macros§
- Multipart
Form derive
- Implements
MultipartCollect
for a struct so that it can be used with theMultipartForm
extractor.