RequestData

Represents the data of a network request. Described in https://w3c.github.io/webdriver-bidi/#type-network-RequestData.

Constructor

new RequestData()

Members

bodySize

Get the size of the request body in bytes.

cookies

Get the cookies of the request.

headers

Get the headers of the request.

headersSize

Get the size of the headers in bytes.

method

Get the HTTP method of the request.

request

Get the request id.

timings

Get the timing information of the request.

url

Get the URL of the request.