| Interface | Description |
|---|---|
| BodyParser<T> |
A parser called to read the body of an
HttpRequest. |
| Class | Description |
|---|---|
| HttpPart |
A part of a multipart HTTP request.
|
| MultiPartBodyParser |
A body parser for
Mime.MIME_MULTIPART_FORM_ENCODED_DATA. |
| MultiPartBodyParser.MultiPartBody |
Class representing the collection of
HttpPart in the request. |
| MultipartStringsParser |
A body parser for
Mime.MIME_MULTIPART_FORM_ENCODED_DATA that parse parts as strings. |
| ParameterParser |
A parser for
Mime.MIME_FORM_ENCODED_DATA and parameters in URI. |
| StringBodyParser |
A body parser reading the full body and storing it in a string.
|