# proxy-support **Repository Path**: mirrors_floatdrop/proxy-support ## Basic Information - **Project Name**: proxy-support - **Description**: Patch http and https request method to use tunnel-agent - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # proxy-support [![Build Status](https://travis-ci.org/floatdrop/proxy-support.svg?branch=master)](https://travis-ci.org/floatdrop/proxy-support) > Patch http and https request method to use tunnel-agent :warning: __This module will replace `agent` option in every http and https request__ ## Install ``` $ npm install --save proxy-support -g ``` ## Usage Most tools (which use request, got, etc...) are using global Agent from `http`, so to fix proxy support you should do something like this: ``` alias node="node -r proxy-support" ``` This should work from [iojs@1.6.0](https://github.com/nodejs/io.js/blob/v1.x/CHANGELOG.md#2015-03-19-version-160-chrisdickinson). ## License MIT © [Vsevolod Strukchinsky](http://github.com/floatdrop)