File: control

package info (click to toggle)
node-https-proxy-agent 5.0.1%2B~cs8.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 348 kB
  • sloc: javascript: 714; exp: 9; makefile: 5
file content (42 lines) | stat: -rw-r--r-- 1,484 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: node-https-proxy-agent
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Andrius Merkys <merkys@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13),
 expect <!nocheck>,
 mocha <!nocheck>,
 node-agent-base,
 node-babel7,
 node-events,
 node-debug,
 node-proxy,
 node-typescript,
 node-types-events,
 openssl <!nocheck>,
 dh-sequence-nodejs
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-https-proxy-agent
Vcs-Git: https://salsa.debian.org/js-team/node-https-proxy-agent.git
Homepage: https://github.com/TooTallNate/node-https-proxy-agent#readme
Rules-Requires-Root: no

Package: node-https-proxy-agent
Architecture: all
Depends: node-agent-base,
 node-debug (>= 4),
 node-events,
 ${misc:Depends}
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: HTTP(s) proxy http.Agent implementation for HTTPS
 This module provides an http.Agent implementation that connects to a specified
 HTTP or HTTPS proxy server, and can be used with the built-in 'https' module.
 .
 Specifically, this 'Agent' implementation connects to an intermediary "proxy"
 server and issues the CONNECT, which tells the proxy to open a direct TCP
 connection to the destination server.
 .
 Since this agent implements the CONNECT HTTP method, it also works with other
 protocols that use this method when connecting over proxies (i.e. WebSockets).