Source: node-connect-timeout Maintainer: Debian Javascript Maintainers Uploaders: Leo Iannacone Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 12) , mocha (>= 4) , node-http-errors , node-ms , node-on-finished (>=2.3.0) , node-on-headers , node-supertest , pkg-js-tools (>= 0.9.20~) Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/js-team/node-connect-timeout Vcs-Git: https://salsa.debian.org/js-team/node-connect-timeout.git Homepage: https://github.com/expressjs/timeout Rules-Requires-Root: no Package: node-connect-timeout Architecture: all Depends: ${misc:Depends} , nodejs (>= 6) , node-http-errors , node-ms , node-on-finished (>=2.3.0) , node-on-headers Description: connect middleware for timing out HTTP requests - Node.js module This module allows one to set a timeout (default 5000 milliseconds) for HTTP requests. A new timeout event is added to the HTTP request instance and triggered when the request expires. . Connect is an extensible HTTP server framework. . Node.js is an event-based server-side JavaScript engine.