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

Class StrictParsingError

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

Source from the content-addressed store, hash-verified

44}
45
46class StrictParsingError extends HttpSignatureError {
47 constructor(message: string) {
48 super(message, StrictParsingError)
49 }
50}
51
52type Options = {
53 clockSkew: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected