| AuthConfig |
Encapsulates all configuration related to HTTP authentication methods.
|
| ContentEncoding |
Base class for handing content-encoding.
|
| ContentEncoding.Type |
Enumeration of common content-encodings.
|
| ContentEncodingRegistry |
Keeps track of available content-encoding handlers.
|
| ContentType |
Enumeration of common IANA
content-types.
|
| EncoderRegistry |
This class handles creation of the request body (i.e.
|
| HTTPBuilder |
Groovy DSL for easily making HTTP requests, and handling request and response
data.
|
| HTTPBuilder.RequestConfigDelegate |
|
| HttpContextDecorator |
HttpContext stores many transient properties of an HTTP request.
|
| HttpResponseDecorator |
This class is a wrapper for HttpResponse, which allows for
simplified header access, as well as carrying the auto-parsed response data.
|
| HttpResponseDecorator.HeadersDecorator |
|
| HttpResponseException |
Wraps an error response in an exception for flow control purposes.
|
| HttpURLClient.OAuthWrapper |
|
| Method |
Enumeration of valid HTTP methods that may be used in a
request call.
|
| ParserRegistry |
Keeps track of response parsers for each content type.
|
| ResponseParseException |
Thrown when a response body is parsed unsuccessfully.
|
| Status |
Mapping of HTTP response codes to a constant 'success' or 'failure' value.
|
| URIBuilder |
This class implements a mutable URI.
|