anonymous.sendRequestSuccessCBParameter class

Object used in anonymous.sendRequestSuccessCB function.

Syntax

new sendRequestSuccessCBParameter()

Properties

Name Type Argument Description
status number   The HTTP status code
headers object   An object that contains headerKey = value pairs.
responseText string <optional> The text response.This parameter is present only if the response is a text response.
responseBase64 string <optional> Base64 encoded representation of the binary response.This parameter is included only if the response is a binary response.
clientError object <optional> An optional object that contains the authentication error.It is an object of anonymous.sendRequestErrorCBParameter.

Source

Plugins/HttpsProxy/https-proxy.js, line 504.