MCPcopy
hub / github.com/di-sukharev/opencommit / parseHeaders

Method parseHeaders

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

Source from the content-addressed store, hash-verified

69714 /**
69715 * Used as a callback for mutating the given `RequestInit` object.
69716 *
69717 * This is useful for cases where you want to add certain headers based off of
69718 * the request properties, e.g. `method` or `url`.
69719 */
69720 async prepareRequest(request3, { url: url2, options }) {
69721 }

Callers 3

onHeadersMethod · 0.80
onCompleteMethod · 0.80
onUpgradeMethod · 0.80

Calls 1

fromMethod · 0.45

Tested by

no test coverage detected