34ff00e2fe
* fix: added parts of website * fix: removed unnecessary lines * fix: updated contributing.md * fix: added parts of sidebar * fix: added all APIs * fix: added version 10.0.0 Co-authored-by: Jack Franklin <jacktfranklin@chromium.org>
24 lines
803 B
Markdown
24 lines
803 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [ResponseForRequest](./puppeteer.responseforrequest.md)
|
|
|
|
## ResponseForRequest interface
|
|
|
|
Required response data to fulfill a request with.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface ResponseForRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [body](./puppeteer.responseforrequest.body.md) | string \| Buffer | |
|
|
| [contentType](./puppeteer.responseforrequest.contenttype.md) | string | |
|
|
| [headers](./puppeteer.responseforrequest.headers.md) | Record<string, unknown> | Optional response headers. All values are converted to strings. |
|
|
| [status](./puppeteer.responseforrequest.status.md) | number | |
|
|
|