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
|
Source: node-vhost
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
, dh-buildinfo
, mocha
, node-should
, node-supertest (>= 1.1.0)
, nodejs
, dh-sequence-nodejs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-vhost
Vcs-Git: https://salsa.debian.org/js-team/node-vhost.git
Homepage: https://github.com/expressjs/vhost
Rules-Requires-Root: no
Package: node-vhost
Architecture: all
Depends: ${misc:Depends}
, nodejs:any
Multi-Arch: foreign
Description: connect middleware for domain request matching - Node.js module
This module allows one to match incoming http requests to given
host-server pairs, also known as virtual hosts.
.
It only works with in-process Request and Server Node.js objects,
in particular it is not a proxy.
.
Connect is an extensible HTTP server framework.
.
Node.js is an event-based server-side JavaScript engine.
|