ddbb43cd09
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
256 B
256 B
sidebar_label |
---|
HTTPResponse.buffer |
HTTPResponse.buffer() method
Promise which resolves to a buffer with response body.
Signature:
class HTTPResponse {
buffer(): Promise<Buffer>;
}
Returns:
Promise<Buffer>