https://github.com/httptoolkit/windows-system-proxy
Access the Windows system proxy settings from Node.js.
https://github.com/httptoolkit/windows-system-proxy
Last synced: 8 months ago
JSON representation
Access the Windows system proxy settings from Node.js.
- Host: GitHub
- URL: https://github.com/httptoolkit/windows-system-proxy
- Owner: httptoolkit
- License: apache-2.0
- Created: 2021-06-10T14:38:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-10T17:41:29.000Z (over 4 years ago)
- Last Synced: 2025-05-26T01:51:48.166Z (9 months ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Windows-System-Proxy [](https://github.com/httptoolkit/windows-system-proxy/actions) [](https://npmjs.com/package/windows-system-proxy)
> _Part of [HTTP Toolkit](https://httptoolkit.tech): powerful tools for building, testing & debugging HTTP(S)_
Access the Windows system proxy settings from Node.js. Use it like so:
```javascript
import { getWindowsSystemProxy } from 'windows-system-proxy';
const proxy = await getWindowsSystemProxy();
```