Package | Description |
---|---|
ej.hoka.http |
Base HTTP handling classes.
|
ej.hoka.http.body |
Classes used to manage the body of a HTTPRequest.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
HTTPRequest.parseBody(BodyParser<T> bodyParser)
Request the body to be parsed.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiPartBodyParser
A body parser for
MIMEUtils.MIME_MULTIPART_FORM_ENCODED_DATA . |
class |
MultipartStringsParser
A body parser for
MIMEUtils.MIME_MULTIPART_FORM_ENCODED_DATA that parse parts as strings. |
class |
ParameterParser
A parser for
MIMEUtils.MIME_FORM_ENCODED_DATA and parameters in URI. |
class |
StringBodyParser
A body parser reading the full body and storing it in a string.
|