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

Method head

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

Source from the content-addressed store, hash-verified

2653 });
2654 }
2655 head(requestUrl, additionalHeaders) {
2656 return __awaiter(this, void 0, void 0, function* () {
2657 return this.request('HEAD', requestUrl, null, additionalHeaders || {});
2658 });
2659 }
2660 sendStream(verb, requestUrl, stream, additionalHeaders) {
2661 return __awaiter(this, void 0, void 0, function* () {
2662 return this.request(verb, requestUrl, stream, additionalHeaders);

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected