UNPKG

@push.rocks/smartproxy

Version:

A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, dynamic routing with authentication options, and automatic ACME certificate management.

9 lines (8 loc) 222 B
import * as plugins from './plugins.js'; export declare class SslRedirect { httpServer: plugins.http.Server; port: number; constructor(portArg: number); start(): Promise<void>; stop(): Promise<void>; }