MCPcopy Create free account
hub / github.com/axios/axios / open

Method open

tests/browser/instance.browser.test.js:21–25  ·  view source on GitHub ↗
(method, url, async = true)

Source from the content-addressed store, hash-verified

19 }
20
21 open(method, url, async = true) {
22 this.method = method;
23 this.url = url;
24 this.async = async;
25 }
26
27 setRequestHeader(key, value) {
28 this.requestHeaders[key] = value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected