MCPcopy Create free account
hub / github.com/nodejs/node / url

Method url

deps/undici/undici.js:12785–12788  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12783 }
12784 // Returns the URL of request as a string.
12785 get url() {
12786 webidl.brandCheck(this, _Request);
12787 return URLSerializer(this.#state.url);
12788 }
12789 // Returns a Headers object consisting of the headers associated with request.
12790 // Note that headers added in the network layer by the user agent will not
12791 // be accounted for in this object, e.g., the "Host" header.

Callers

nothing calls this directly

Calls 2

brandCheckMethod · 0.80
URLSerializerFunction · 0.70

Tested by

no test coverage detected