Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 613 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 613 Bytes

Windows-System-Proxy Build Status Available on NPM

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();