UNPKG

@fanoutio/subscriptions-transport-ws-over-http

Version:
5 lines (4 loc) 260 B
/// <reference types="node" /> import http from "http"; import https from "https"; export declare function installHttpRequestHandler(server: http.Server | https.Server, handler: (req: http.IncomingMessage, res: http.ServerResponse) => Promise<boolean>): void;