resume-client-socket.io
Version:
Resume Client API for Socket.IO and Node.JS - Medical Speech to Summarized Text
18 lines (17 loc) • 641 B
TypeScript
import { HttpPlugin } from './http';
import * as http2 from 'http2';
export declare type Http2Module = typeof http2;
export declare type ConnectFunction = typeof http2.connect;
export declare type CreateServerFunction = typeof http2.createServer;
export declare class Http2Plugin extends HttpPlugin {
constructor();
protected applyPatch(): any;
protected applyUnpatch(): void;
private getPatchConnectFunction;
private getPatchRequestFunction;
private getMakeHttp2RequestTraceFunction;
private getPatchCreateServerFunction;
private getPatchEmitFunction;
}
declare const plugin: Http2Plugin;
export { plugin };