public interface Audits
| Modifier and Type | Method and Description |
|---|---|
EncodedResponse |
getEncodedResponse(String requestId,
GetEncodedResponseEncoding encoding)
Returns the response body and size if it were re-encoded with the specified settings.
|
EncodedResponse |
getEncodedResponse(String requestId,
GetEncodedResponseEncoding encoding,
Double quality,
Boolean sizeOnly)
Returns the response body and size if it were re-encoded with the specified settings.
|
EncodedResponse getEncodedResponse(String requestId, GetEncodedResponseEncoding encoding)
requestId - Identifier of the network request to get content for.encoding - The encoding to use.EncodedResponse getEncodedResponse(String requestId, GetEncodedResponseEncoding encoding, Double quality, Boolean sizeOnly)
requestId - Identifier of the network request to get content for.encoding - The encoding to use.quality - The quality of the encoding (0-1). (defaults to 1)sizeOnly - Whether to only return the size information (defaults to false).Copyright © 2020. All rights reserved.