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 (8 loc) 229 B
/** * Core data models and interfaces */ export * from './common-types.js'; export * from './socket-augmentation.js'; export * from './route-context.js'; export * from './wrapped-socket.js'; export * from './socket-types.js';