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

Interface IURLResult

src/llhttp/url.ts:15–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13type SpanName = 'schema' | 'host' | 'path' | 'query' | 'fragment' | 'url';
14
15export interface IURLResult {
16 readonly entry: {
17 readonly normal: Node;
18 readonly connect: Node;
19 };
20 readonly exit: {
21 readonly toHTTP: Node;
22 readonly toHTTP09: Node;
23 };
24}
25
26type SpanTable = Map<SpanName, source.Span>;
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected