2022-07-05 12:42:31 +00:00
|
|
|
---
|
|
|
|
sidebar_label: HTTPResponse.buffer
|
|
|
|
---
|
|
|
|
# HTTPResponse.buffer() method
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
class HTTPResponse {buffer(): Promise<Buffer>;}
|
|
|
|
```
|
|
|
|
**Returns:**
|
|
|
|
|
|
|
|
Promise<Buffer>
|
|
|
|
|
|
|
|
Promise which resolves to a buffer with response body.
|
|
|
|
|