Optional
binaryOptional
fullBoolean (default = false
). If true
, return the an object contains
the properties response (response content), responseHeaders (headers
separated by CRLF), status (status code). response is null is case of
protocol or network error. If full is false, only the response is
returned if the status is between 200 and 299. Otherwise null is
returned.
Generated using TypeDoc
Boolean (default =
false
). Iftrue
, the response is an ArrayBuffer instead of a string. When a string is returned, the data is assumed to be UTF-8 encoded.