windows-system-proxy
v1.0.0
Published
Access the Windows system proxy settings from Node.js
Downloads
3,538
Maintainers
Readme
Windows-System-Proxy
Part of HTTP Toolkit: powerful tools for building, testing & debugging HTTP(S)
Access the Windows system proxy settings from Node.js. Use it like so:
import { getWindowsSystemProxy } from 'windows-system-proxy';
const proxy = await getWindowsSystemProxy();