mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore(docs): document HTTPRequest with TSDoc (#6146)
* chore(docs): document HTTPRequest with TSDoc * doclint * example
This commit is contained in:
23
new-docs/puppeteer.responseforrequest.md
Normal file
23
new-docs/puppeteer.responseforrequest.md
Normal file
@@ -0,0 +1,23 @@
|
||||
<!-- 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, string> | |
|
||||
| [status](./puppeteer.responseforrequest.status.md) | number | |
|
||||
|
||||
Reference in New Issue
Block a user