get-proxy
Get configured proxy
Install
$ npm install get-proxy
Usage
const getProxy = require('get-proxy');
getProxy();
//=> 'http://192.168.0.1:8080'
License
MIT © Kevin Mårtensson
License |
License |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdget-proxy |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionget-proxy
WebJar for get-proxy
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
get-proxy-2.1.0.pom | |
get-proxy-2.1.0.jar | 4 KB |
get-proxy-2.1.0-sources.jar | 22 bytes |
get-proxy-2.1.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/get-proxy/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>get-proxy</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/get-proxy/
implementation 'org.webjars.npm:get-proxy:2.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/get-proxy/
implementation ("org.webjars.npm:get-proxy:2.1.0")
'org.webjars.npm:get-proxy:jar:2.1.0'
<dependency org="org.webjars.npm" name="get-proxy" rev="2.1.0">
<artifact name="get-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='get-proxy', version='2.1.0')
)
libraryDependencies += "org.webjars.npm" % "get-proxy" % "2.1.0"
[org.webjars.npm/get-proxy "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.webjars.npm : npm-conf | jar | [1.1.0,2) |
Get configured proxy
$ npm install get-proxy
const getProxy = require('get-proxy');
getProxy();
//=> 'http://192.168.0.1:8080'
MIT © Kevin Mårtensson