MCPcopy Index your code
hub / github.com/nodejs/llhttp / ISpanMap

Interface ISpanMap

src/llhttp/http.ts:120–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118] as const;
119
120interface ISpanMap {
121 readonly protocol: source.Span;
122 readonly status: source.Span;
123 readonly method: source.Span;
124 readonly version: source.Span;
125 readonly headerField: source.Span;
126 readonly headerValue: source.Span;
127 readonly chunkExtensionName: source.Span;
128 readonly chunkExtensionValue: source.Span;
129 readonly body: source.Span;
130}
131
132interface ICallbackMap {
133 readonly onMessageBegin: source.code.Code;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected