An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Windows-System-Proxy [![Build Status](https://github.com/httptoolkit/windows-system-proxy/workflows/CI/badge.svg)](https://github.com/httptoolkit/windows-system-proxy/actions) [![Available on NPM](https://img.shields.io/npm/v/windows-system-proxy.svg)](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();
```