puppeteer/website/versioned_docs/version-19.7.5/api/puppeteer.responseforrequest.md
release-please[bot] 73ca94fe66
chore: release main (#9838)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-03-14 11:47:24 +01:00

23 lines
1.3 KiB
Markdown

---
sidebar_label: ResponseForRequest
---
# ResponseForRequest interface
Required response data to fulfill a request with.
#### Signature:
```typescript
export interface ResponseForRequest
```
## Properties
| Property | Modifiers | Type | Description | Default |
| ------------------------------------------------------------ | --------- | ----------------------------- | --------------------------------------------------------------- | ------- |
| [body](./puppeteer.responseforrequest.body.md) | | string \| Buffer | | |
| [contentType](./puppeteer.responseforrequest.contenttype.md) | | string | | |
| [headers](./puppeteer.responseforrequest.headers.md) | | Record&lt;string, unknown&gt; | Optional response headers. All values are converted to strings. | |
| [status](./puppeteer.responseforrequest.status.md) | | number | | |