()
| 77510 | allowInsecureConnection = (_a5 = options.allowInsecureConnection) !== null && _a5 !== void 0 ? _a5 : allowInsecureConnection; |
| 77511 | return { |
| 77512 | then: function(onFulfilled, onrejected) { |
| 77513 | return sendRequest(method, url2, pipeline, Object.assign(Object.assign({}, options), { allowInsecureConnection }), httpClient).then(onFulfilled, onrejected); |
| 77514 | }, |
| 77515 | async asBrowserStream() { |
| 77516 | return sendRequest(method, url2, pipeline, Object.assign(Object.assign({}, options), { allowInsecureConnection, responseAsStream: true }), httpClient); |
| 77517 | }, |
nothing calls this directly
no test coverage detected
searching dependent graphs…