MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / createHttpHeaders

Function createHttpHeaders

out/cli.cjs:76147–76149  ·  view source on GitHub ↗
(rawHeaders)

Source from the content-addressed store, hash-verified

76145 }
76146 /**
76147 * Iterate over tuples of header [name, value] pairs.
76148 */
76149 [Symbol.iterator]() {
76150 return headerIterator(this._headersMap);
76151 }
76152};

Callers 4

prepareFormDataFunction · 0.85
getResponseHeadersFunction · 0.85
constructorMethod · 0.85
buildPipelineRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected