RequestData
Represents the data of a network request. Described in https://w3c.github.io/webdriver-bidi/#type-network-RequestData.
Members
bodySize
Get the size of the request body in bytes.
- Source
cookies
Get the cookies of the request.
- Source
headers
Get the headers of the request.
- Source
headersSize
Get the size of the headers in bytes.
- Source
method
Get the HTTP method of the request.
- Source
request
Get the request id.
- Source
timings
Get the timing information of the request.
- Source
url
Get the URL of the request.
- Source