HTTPResponse.buffer() method
Promise which resolves to a buffer with response body.
Signature:
class HTTPResponse {
abstract buffer(): Promise<Buffer>;
}
Returns:
Promise<Buffer>
Promise which resolves to a buffer with response body.
class HTTPResponse {
abstract buffer(): Promise<Buffer>;
}
Returns:
Promise<Buffer>