UNPKG

@ntrip/caster

Version:
14 lines (13 loc) 456 B
import { HTTPParser } from 'http-parser-ts'; export declare class NtripHTTPParser extends HTTPParser { static readonly REQUEST_EXP: RegExp; static readonly RESPONSE_EXP: RegExp; static readonly ERROR_EXP: RegExp; static readonly methods: string[]; socket: any; injectedLines: (string | null)[]; injectLine(line: string | null): void; consumeLine(): string | undefined; REQUEST_LINE(): void; RESPONSE_LINE(): void; }