Expand description
Integration with the Iron framework, enabled with the iron feature (optional). Includes a BeforeMiddleware implementation.
Not shown here: impl HttpRequest for iron::Request.
Structs§
- File
Count Limit Error - An error returned from
Interceptwhen the file count limit for a single request was exceeded. - File
Size Limit Error - An error returned from
Interceptwhen the size limit for an individual file is exceeded. - Intercept
- A
BeforeMiddlewarefor Iron which will intercept and read-out multipart requests and store the result in the request.
Enums§
- Limit
Behavior - The behavior of
Interceptwhen a file size or count limit is exceeded.
Constants§
- DEFAULT_
FILE_ COUNT_ LIMIT - The default file count limit for
Intercept. - DEFAULT_
FILE_ SIZE_ LIMIT - The default file size limit for
Intercept, in bytes.