See: Description
| Interface | Description |
|---|---|
| Body | |
| Callback<T> |
Callback structured used for async HTTP invocation such as
BaseRequest.asJsonAsync(Callback) or .BaseRequest#asStringAsync(Callback). |
| Class | Description |
|---|---|
| BaseRequest |
The default code for all requests.
|
| ClientFactory |
The HTTP Client factory.
|
| GetRequest |
Creates a request using the GET verb.
|
| HttpClientHelper |
A couple of method easing emitting HTTP requests.
|
| HttpDeleteWithBody | |
| HttpRequest |
A class allowing the instantiation of HTTP Requests.
|
| HttpRequestWithBody |
A class making easy the creation of HTTP Request with a payload (body).
|
| HttpResponse<T> |
The response to a HTTP request.
|
| MultipartBody |
An implementation of HTTP Request used to send the results from a form.
|
| Options |
Stores HTTP Client options.
|
| RequestBodyEntity |
Represents the body contained in a HTTP Request (
HttpRequest). |
| Enum | Description |
|---|---|
| Options.Option |
The set of options.
|
WisdomBlackBoxTest class.Copyright © 2013–2014 Wisdom Framework. All rights reserved.