UNPKG

@push.rocks/smartproxy

Version:

A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.

10 lines (7 loc) 210 B
/** * Routing functionality module */ // Export types and models from HttpProxy export * from '../proxies/http-proxy/models/http-types.js'; // Export router functionality export * from './router/index.js';