puppeteer/new-docs/puppeteer.httprequest.md
Jack Franklin 8a099a0c2c
docs: replace @return with @returns (#6006)
The former is not understood by TSDoc.
2020-06-12 12:38:24 +02:00

2.1 KiB

Home > puppeteer > HTTPRequest

HTTPRequest class

Signature:

export declare class HTTPRequest 

Constructors

Constructor Modifiers Description
(constructor)(client, frame, interceptionId, allowInterception, event, redirectChain) Constructs a new instance of the HTTPRequest class

Properties

Property Modifiers Type Description
_failureText any
_fromMemoryCache boolean
_interceptionId string
_redirectChain HTTPRequest[]
_requestId string
_response HTTPResponse | null

Methods

Method Modifiers Description
abort(errorCode)
continue(overrides)
failure()
frame()
headers()
isNavigationRequest()
method()
postData()
redirectChain()
resourceType()
respond(response)
response()
url()