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

Method authHeaders

out/cli.cjs:69597–69599  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

69595 fetch: overridenFetch
69596 }) {
69597 this.baseURL = baseURL;
69598 this.maxRetries = validatePositiveInteger("maxRetries", maxRetries);
69599 this.timeout = validatePositiveInteger("timeout", timeout);
69600 this.httpAgent = httpAgent;
69601 this.fetch = overridenFetch ?? fetch2;
69602 }

Callers 1

defaultHeadersMethod · 0.80

Calls 3

isEmptyObjFunction · 0.85
apiKeyAuthMethod · 0.80
bearerAuthMethod · 0.80

Tested by

no test coverage detected