UtilitiesutilDecodeHTTPBody Method |
Name | Description | |
---|---|---|
utilDecodeHTTPBody(HTTPHeaders, Byte) |
Remove all encodings from arrBody, based on those specified in the supplied HTTP headers; DOES NOT MODIFY HEADERS.
Throws on errors.
| |
utilDecodeHTTPBody(HTTPHeaders, Byte, Boolean) |
Remove all encodings from arrBody, based on those specified in the supplied HTTP headers;
DOES NOT MODIFY HEADERS. DOES NOT HANDLE UNSUPPORTED ENCODINGS WELL.
Throws on errors.
|