Package | Description |
---|---|
kong.unirest | |
kong.unirest.apache |
Class and Description |
---|
AsyncClient |
Body |
BodyPart |
Cache
Cache interface for response caching
|
Cache.Builder |
Cache.Key
Interface for the cache key which can be implemented by consumers
The key should implement equals and hashCode
It must must return the time the key was created.
|
Cache.KeyGenerator
A functional interface to generate a cache key
|
Callback |
Client |
Config |
ContentType |
Cookie
Represents a cookie parsed from the set-cookie header
per https://tools.ietf.org/html/rfc6265
note that the RFC is awful.
|
Cookie.SameSite |
Cookies
Represents a collection of cookies with some helper methods for parsing and getting cookie
|
Empty |
GenericType
Parts of this file were taken from Jackson/core TypeReference under the Apache License:
Apache (Software) License, version 2.0 ("the License").
|
GetRequest |
Header |
Headers |
HttpMethod |
HttpRequest
The primary request builder used to create a request.
|
HttpRequestSummary
A summary of a request about to be performed
|
HttpRequestWithBody
A request Builder for POST and PUT operations with a body.
|
HttpResponse |
HttpResponseSummary
A Summary of rhe response
|
Interceptor
Each configuration of Unirest has an interceptor.
|
JsonNode |
JsonPatchItem |
JsonPatchOperation |
JsonPatchRequest |
MetricContext
A metric context for the current request
|
MultipartBody
Represents a multi-part body builder for a request.
|
MultipartMode |
ObjectMapper |
PagedList |
ProgressMonitor
A ProgressMonitor is a functional interface which can be passed to unirest for the purposes of
monitoring uploads and downloads.
|
Proxy |
QueryParams |
QueryParams.NameValuePair |
RawResponse |
RequestBodyEntity |
UniMetric
A UniMetric is a factory for producing a MetricContext this will be called just before
any Http Request
|
UnirestException |
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.
|
UnirestParsingException |
Class and Description |
---|
AsyncClient |
Client |
Config |
HttpRequest
The primary request builder used to create a request.
|
HttpResponse |
ProgressMonitor
A ProgressMonitor is a functional interface which can be passed to unirest for the purposes of
monitoring uploads and downloads.
|
RawResponse |
Copyright © 2021. All rights reserved.