Source: node-finalhandler Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Leo Iannacone Build-Depends: debhelper (>= 11) , dh-buildinfo , nodejs (>= 6) , node-escape-html (>= 1.0.3) , node-debug (>= 2.6.9) , node-encodeurl (>= 1.0.1) , node-on-finished (>= 2.1.0) , node-parseurl (>= 1.3.0) , node-statuses (>= 1.3.0) , node-unpipe (>= 1.0) , mocha (>= 4) , node-should , node-supertest (>= 0.14) , node-safe-buffer (>= 5.1.1) Standards-Version: 4.1.4 Homepage: https://github.com/pillarjs/finalhandler Vcs-Git: https://salsa.debian.org/js-team/node-finalhandler.git Vcs-Browser: https://salsa.debian.org/js-team/node-finalhandler Package: node-finalhandler Architecture: all Depends: ${misc:Depends} , nodejs (>= 6) , node-escape-html (>= 1.0.3) , node-debug (>= 2.6.9) , node-encodeurl (>= 1.0.1) , node-on-finished (>= 2.1.0) , node-parseurl (>= 1.3.0) , node-statuses (>= 1.3.0) , node-unpipe (>= 1.0) Description: final HTTP responder - Node.js module This package provides a middleware-style function to invoke as the final responding step for HTTP requests. . The object it receives as parameter is used to output an error with a given status code, and defaults to 404 Not Found. . It is particularly useful in express/connect applications. . Node.js is an event-based server-side JavaScript engine.