Skip to main content

Module extract

Module extract 

Source

Structs§

MultipartConfig
Limits and temporary storage settings for MultipartForm extraction.
MultipartForm
Streaming multipart form extractor with bounded text fields, files, and aggregate payloads.
RequestExtractionError
Stable, machine-readable failure returned by validated request extractors.
UploadedFile
A file streamed from a multipart request into temporary storage.
ValidatedForm
URL-encoded form extractor that runs the request type’s Validate implementation.
ValidatedHeader
Header extractor that converts and validates an application-defined type.
ValidatedJson
JSON extractor that runs the request type’s Validate implementation.
ValidatedPath
Route-path extractor that runs the request type’s Validate implementation.
ValidatedQuery
Query-string extractor that runs the request type’s Validate implementation.
ValidatedRequest
A request parsed and validated from its path, query, headers, and JSON body.

Traits§

FromRequestHeaders
Converts request headers into an application type before validation.