MCPcopy Index your code
hub / github.com/atomicdata-dev/atomic-data-browser / HeadersObject

Interface HeadersObject

lib/src/client.ts:17–19  ·  view source on GitHub ↗

* One key-value pair per HTTP Header. Since we need to support both browsers * and Node, we won't use the native Headers object here.

Source from the content-addressed store, hash-verified

15 * and Node, we won't use the native Headers object here.
16 */
17interface HeadersObject {
18 [key: string]: string;
19}
20
21/**
22 * Fetches and Parses a Resource. Can fetch through another atomic server if you

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected