puppeteer/new-docs/puppeteer.responseforrequest.md
Jack Franklin f7857d27c4
chore(docs): document HTTPRequest with TSDoc (#6146)
* chore(docs): document HTTPRequest with TSDoc

* doclint

* example
2020-07-03 14:28:45 +01:00

24 lines
762 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [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&lt;string, string&gt; | |
| [status](./puppeteer.responseforrequest.status.md) | number | |