Structs§
- Multipart
Config - Limits and temporary storage settings for
MultipartFormextraction. - Multipart
Form - Streaming multipart form extractor with bounded text fields, files, and aggregate payloads.
- Request
Extraction Error - Stable, machine-readable failure returned by validated request extractors.
- Uploaded
File - A file streamed from a multipart request into temporary storage.
- Validated
Form - URL-encoded form extractor that runs the request type’s
Validateimplementation. - Validated
Header - Header extractor that converts and validates an application-defined type.
- Validated
Json - JSON extractor that runs the request type’s
Validateimplementation. - Validated
Path - Route-path extractor that runs the request type’s
Validateimplementation. - Validated
Query - Query-string extractor that runs the request type’s
Validateimplementation. - Validated
Request - A request parsed and validated from its path, query, headers, and JSON body.
Traits§
- From
Request Headers - Converts request headers into an application type before validation.