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

Method sendStream

lib/index.js:2660–2664  ·  view source on GitHub ↗
(verb, requestUrl, stream, additionalHeaders)

Source from the content-addressed store, hash-verified

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);
2663 });
2664 }
2665 /**
2666 * Gets a typed object from an endpoint
2667 * Be aware that not found returns a null. Other errors (4xx, 5xx) reject the promise

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected