0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/website/versioned_docs/version-20.1.1/api/puppeteer.httprequest.url.md
release-please[bot] 3a6569e8ef
chore: release main ()
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-05-05 13:25:47 +02:00

188 B

sidebar_label
HTTPRequest.url

HTTPRequest.url() method

The URL of the request

Signature:

class HTTPRequest {
  url(): string;
}

Returns:

string