MCPcopy Create free account
hub / github.com/awslabs/llrt / fetch.headers.test.ts

File fetch.headers.test.ts

tests/unit/fetch.headers.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1describe("Headers class", () => {
2 it("should construct a new Headers object with the provided headers", () => {
3 const headers = { "content-type": "application/json" };
4 const h = new Headers(headers);

Callers

nothing calls this directly

Calls 6

getMethod · 0.45
setMethod · 0.45
deleteMethod · 0.45
appendMethod · 0.45
entriesMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected