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

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