UNPKG

@fails-components/webtransport-transport-http3-quiche

Version:

A component to add webtransport support (server and client) to node.js, transport using libquiche

12 lines 506 B
export class Http3WebTransportServerSocket extends Http3WebTransportSocket { port: number; host: string; /** @type {import('../../../main/lib/session.js').HttpServer} */ jsobj: import('../../../main/lib/session.js').HttpServer; /** @type {import('node:dns').LookupAddress|undefined} */ address: import('node:dns').LookupAddress | undefined; init(): void; stopServer(): void; } import { Http3WebTransportSocket } from "./socket.js"; //# sourceMappingURL=serversocket.d.ts.map