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

Function encodeHeaders

out/cli.cjs:75739–75746  ·  view source on GitHub ↗
(headers)

Source from the content-addressed store, hash-verified

75737 }());
75738 };
75739}
75740
75741// node_modules/@azure/core-rest-pipeline/dist/esm/policies/multipartPolicy.js
75742function generateBoundary() {
75743 return `----AzSDKFormBoundary${randomUUID()}`;
75744}
75745function encodeHeaders(headers) {
75746 let result = "";
75747 for (const [key, value] of headers) {
75748 result += `${key}: ${value}\r
75749`;

Callers 1

buildRequestBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected