Interface | Description |
---|---|
AsyncClient | |
Body | |
Callback<T> | |
Client | |
GetRequest | |
Header | |
HttpRequest<R extends HttpRequest> |
The primary request builder used to create a request.
|
HttpRequestSummary |
A summary of a request about to be performed
|
HttpRequestWithBody | |
HttpResponse<T> | |
HttpResponseSummary |
A Summary of rhe response
|
JsonPatchRequest | |
MetricContext |
A metric context for the current request
|
MultipartBody |
Represents a multi-part body builder for a request.
|
ObjectMapper | |
ProgressMonitor |
A ProgressMonitor is a functional interface which can be passed to unirest for the purposes of
monitoring file uploads.
|
RawResponse | |
RequestBodyEntity | |
UniMetric |
A UniMetric is a factory for producing a MetricContext this will be called just before
any Http Request
|
Class | Description |
---|---|
BasicResponse<T> | |
BodyPart<T> | |
ByteArrayPart | |
Config | |
ContentType | |
Empty | |
FileResponse | |
GenericType<T> | |
HeaderNames |
Constants enumerating the HTTP headers.
|
Headers | |
HttpMethod | |
InputStreamPart | |
JsonNode | |
JsonPatch | |
JsonPatchItem | |
JsonResponse | |
PagedList<T> | |
ParamPart | |
Proxy | |
RawResponseBase | |
StringResponse | |
Unirest | |
UnirestInstance |
A Instance of the unirest runtime, you can have many of these but it is the config
and its clients where all the action happens.
|
Enum | Description |
---|---|
JsonPatchOperation | |
MultipartMode |
Exception | Description |
---|---|
UnirestConfigException | |
UnirestException | |
UnirestParsingException |
Copyright © 2019. All rights reserved.