popsicle-proxy-agent

WebJar for popsicle-proxy-agent

Лицензия

Лицензия

Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

popsicle-proxy-agent
Последняя версия

Последняя версия

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

popsicle-proxy-agent
WebJar for popsicle-proxy-agent
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/blakeembrey/popsicle-proxy-agent

Скачать popsicle-proxy-agent

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/popsicle-proxy-agent/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>popsicle-proxy-agent</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/popsicle-proxy-agent/
implementation 'org.webjars.npm:popsicle-proxy-agent:2.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/popsicle-proxy-agent/
implementation ("org.webjars.npm:popsicle-proxy-agent:2.0.0")
'org.webjars.npm:popsicle-proxy-agent:jar:2.0.0'
<dependency org="org.webjars.npm" name="popsicle-proxy-agent" rev="2.0.0">
  <artifact name="popsicle-proxy-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='popsicle-proxy-agent', version='2.0.0')
)
libraryDependencies += "org.webjars.npm" % "popsicle-proxy-agent" % "2.0.0"
[org.webjars.npm/popsicle-proxy-agent "2.0.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.npm : http-proxy-agent jar [1.0.0,2)
org.webjars.npm : https-proxy-agent jar [1.0.0,2)

Модули Проекта

Данный проект не имеет модулей.

Popsicle Proxy Agent

NPM version NPM downloads Build status Test coverage Greenkeeper badge

Generic proxy agent (for Popsicle and node.js).

Installation

npm install popsicle-proxy-agent --save

Usage

var popsicle = require('popsicle')
var createProxy = require('popsicle-proxy-agent')

var proxy = createProxy({
  proxy: '...'
})

popsicle.get({
  url: 'http://example.com',
  transport: popsicle.createTransport({
    agent: proxy('http://example.com')
  })
})

Options

  • proxy The default HTTP(s) proxy to use
  • httpProxy The proxy for HTTP requests (default: process.env.HTTP_PROXY)
  • httpsProxy The proxy for HTTPS requests (default: process.env.HTTPS_PROXY)
  • noProxy A string of space-separated hosts to not proxy (default: process.env.NO_PROXY)

License

Apache 2.0

Версии библиотеки

Версия
2.0.0
1.0.0