Class | Description |
---|---|
AuthConfig |
Encapsulates all configuration related to HTTP authentication methods.
|
BasicNameValuePairWithNoValueSupport |
Basically a copy of the BasicNameValuePair that allows for no-value parameters.
|
CharsetExtractor | |
ContentEncoding |
Base class for handing content-encoding.
|
ContentEncodingRegistry |
Keeps track of available content-encoding handlers.
|
ContentTypeExtractor | |
DeflateEncoding |
Content encoding used to handle Deflate responses.
|
DeflateEncoding.InflaterEntity |
Entity used to interpret a Deflate-encoded response
|
EncoderRegistry |
This class handles creation of the request body (i.e.
|
GZIPEncoding |
Content encoding used to handle GZIP responses.
|
GZIPEncoding.GZIPDecompressingEntity |
Entity used to interpret a GZIP-encoded response
|
HTTPBuilder |
Groovy DSL for easily making HTTP requests, and handling request and response
data.
|
HttpContextDecorator |
HttpContext stores many transient properties of an HTTP request.
|
HttpGetWithBody | |
HttpResponseContentTypeFinder | |
HttpResponseDecorator |
This class is a wrapper for
HttpResponse , which allows for
simplified header access, as well as carrying the auto-parsed response data. |
URIBuilder |
This class implements a mutable URI.
|
Enum | Description |
---|---|
ContentEncoding.Type |
Enumeration of common content-encodings.
|
Method |
Enumeration of valid HTTP methods that may be used in REST Assured.
|
Status |
Mapping of HTTP response codes to a constant 'success' or 'failure' value.
|
Exception | Description |
---|---|
HttpResponseException |
Wraps an error response in an exception for flow control purposes.
|
ResponseParseException |
Thrown when a response body is parsed unsuccessfully.
|
Copyright © 2010–2015. All rights reserved.