readRawBytes

Reads the raw payload of the HTTP response as a byte array.

This method reads the raw payload of the HTTP response as a byte array. The raw payload is the content of the response that hasn't gone through any interceptors from the HttpResponsePipeline. The content will retain its original compression or encoding as received from the server.

Return

the raw payload of the HTTP response as a byte array