f7857d27c4
* chore(docs): document HTTPRequest with TSDoc * doclint * example
762 B
762 B
Home > puppeteer > ResponseForRequest
ResponseForRequest interface
Required response data to fulfill a request with.
Signature:
export interface ResponseForRequest
Properties
Property | Type | Description |
---|---|---|
body | string | Buffer | |
contentType | string | |
headers | Record<string, string> | |
status | number |