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