[ Bron: node-http-proxy ]
Pakket: node-http-proxy (1.18.1-8)
Verwijzigingen voor node-http-proxy
Debian bronnen:
Het bronpakket node-http-proxy downloaden:
- [node-http-proxy_1.18.1-8.dsc]
- [node-http-proxy_1.18.1.orig.tar.gz]
- [node-http-proxy_1.18.1-8.debian.tar.xz]
Beheerders:
- Debian Javascript Maintainers (QA-pagina, Mailarchief)
- Harley Swick (QA-pagina)
- Roland Mas (QA-pagina)
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
HTTP programmable proxying library that supports websockets.
It is suitable for implementing components such as reverse proxies and load balancers. A new proxy is created by calling createProxyServer and passing an options object as argument. var httpProxy = require('http-proxy'); var proxy = httpProxy.createProxyServer(options);
This package is useful for Node.js web applications that want to support websockets.
Andere aan node-http-proxy gerelateerde pakketten
|
|
|
|
-
- dep: node-eventemitter3
- high performance eventemitter for Node.js
-
- dep: node-follow-redirects
- HTTP and HTTPS modules that follow redirects
-
- dep: node-requires-port
- checks if a protocol requires a certain port number to be added to an URL