Package | Description |
---|---|
io.restassured.internal.http |
Modifier and Type | Class and Description |
---|---|
class |
DeflateEncoding
Content encoding used to handle Deflate responses.
|
class |
GZIPEncoding
Content encoding used to handle GZIP responses.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,ContentEncoding> |
ContentEncodingRegistry.availableEncoders |
Modifier and Type | Method and Description |
---|---|
protected Map<String,ContentEncoding> |
ContentEncodingRegistry.getDefaultEncoders()
This implementation adds a
GZIPEncoding and DeflateEncoding
handler to the registry. |
Copyright © 2010–2019. All rights reserved.