MCPcopy Create free account
hub / github.com/ZenNotes/zennotes /

Class

apps/web/src/bridge/http-bridge.ts:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131type JsonRequestInit = Omit<RequestInit, 'body'> & { body?: JsonBody }
132
133class HttpRequestError extends Error {
134 status: number
135 path: string
136

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected