| AsyncResponseContext |
Async Http Response.
|
| BodySubscriberProvider |
Given a response info, provide a BodySubscriber
|
| Client |
The http client.
|
| ClientBuilder |
Builder to build Http Client.
|
| ContentType |
The HTTP Content Type header value.
|
| Cookie |
HTTP cookie, following RFC6265.
|
| Cookies |
Collection of Cookie
|
| Header |
Http header
|
| Headers |
The http headers.
|
| Method |
Http method
|
| MimeType |
HTTP mime type.
|
| NameValue |
Immutable name-value pair, the name and value cannot be null.
|
| Param |
Immutable parameter, for uri query string, and www-form-encoded parameters.
|
| RequestBuilder |
Http Request builder
|
| RequestContext |
For carrying http client for chained call.
|
| Response |
Http Response with body be transformed
|
| ResponseContext |
Raw blocking http response.
|
| ResponseHandler |
Handle response in blocking way.
|
| ResponseInfo |
Carry the http response info, mainly the http status code and headers.
|