MCPcopy Create free account
hub / github.com/axe-api/axe-api / header

Method header

packages/axe-api/src/Services/AxeRequest.ts:110–112  ·  view source on GitHub ↗

* Get a HTTP Request Header value * * @param key * @returns

(key: string)

Source from the content-addressed store, hash-verified

108 * @returns
109 */
110 header(key: string) {
111 return this.request.headers[key];
112 }
113
114 /**
115 * Parse and get uploaded files. It uses `formidable` internally.

Callers 6

filesMethod · 0.95
GetCachePhase.tsFile · 0.45
defaultCacheKeyFunctionFunction · 0.45
putCacheFunction · 0.45
DocsHandler.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected