UNPKG

@thi.ng/server

Version:

Minimal HTTP server with declarative routing, static file serving and freely extensible via pre/post interceptors

7 lines 265 B
export interface ParseCookieOpts { domain: string; path: string; now: number; } export declare const parseCoookies: (rawCookies?: string, { domain, path, now, }?: Partial<ParseCookieOpts>) => Record<string, string>; //# sourceMappingURL=cookies.d.ts.map