Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 2.11 KB

puppeteer.httprequest.md

File metadata and controls

47 lines (36 loc) · 2.11 KB

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()