windows-system-proxy

Access the Windows system proxy settings from Node.js

Usage no npm install needed!

<script type="module">
  import windowsSystemProxy from 'https://cdn.skypack.dev/windows-system-proxy';
</script>

README

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