MCPcopy Create free account
hub / github.com/cloudflare/wildebeest / MissingHeaderError

Class MissingHeaderError

backend/src/utils/httpsigjs/parser.ts:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40class MissingHeaderError extends HttpSignatureError {
41 constructor(message: string) {
42 super(message, MissingHeaderError)
43 }
44}
45
46class StrictParsingError extends HttpSignatureError {
47 constructor(message: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected