toddler-proxy
v1.0.1
Published
A small HTTP(S) forward proxy with optional basic auth and Windows firewall hint commands
Downloads
167
Maintainers
Readme
toddler-proxy
Simple HTTP(S) forward proxy for Node.js.
Programmatic usage
const startProxy = require('toddler-proxy');
const { server, stop } = startProxy({ port: 8000, user: 'user', pass: 'pass' });