UNPKG

@letticdo/bare-server-node-tomphttp

Version:

The Bare Server implementation in NodeJS.

4 lines (3 loc) 198 B
export declare function validProtocol(protocol: string): boolean; export declare function encodeProtocol(protocol: string): string; export declare function decodeProtocol(protocol: string): string;