| Package | Description |
|---|---|
| ej.hoka.http |
Base HTTP handling classes.
|
| ej.hoka.http.body |
Classes used to manage the body of a HTTPRequest.
|
| Class and Description |
|---|
| BodyParser
A parser called to read the body.
|
| BodyParserFactory
Factory to instantiate BodyParser for each request.
|
| Class and Description |
|---|
| BodyParser
A parser called to read the body.
|
| BodyParserFactory
Factory to instantiate BodyParser for each request.
|
| HTTPPart
A part of a multipart HTTP request.
|