MCPcopy Create free account
hub / github.com/Azure/powershell / options

Method options

lib/index.js:2625–2629  ·  view source on GitHub ↗
(requestUrl, additionalHeaders)

Source from the content-addressed store, hash-verified

2623 }
2624 }
2625 options(requestUrl, additionalHeaders) {
2626 return __awaiter(this, void 0, void 0, function* () {
2627 return this.request('OPTIONS', requestUrl, null, additionalHeaders || {});
2628 });
2629 }
2630 get(requestUrl, additionalHeaders) {
2631 return __awaiter(this, void 0, void 0, function* () {
2632 return this.request('GET', requestUrl, null, additionalHeaders || {});

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected