MCPcopy Create free account
hub / github.com/honojs/node-server / LightResponse

Interface LightResponse

src/response.ts:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 Record<string, string> | [string, string][] | Headers | OutgoingHttpHeaders | undefined,
16]
17interface LightResponse {
18 [responseCache]?: globalThis.Response
19 [cacheKey]?: InternalCache
20}
21
22export const GlobalResponse = global.Response
23export class Response {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…