[Pkg-javascript-commits] [node-finalhandler] 01/01: Update description
Jérémy Lal
kapouer at moszumanska.debian.org
Tue Oct 14 19:44:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-finalhandler.
commit 69b7222b1501dfc14698d4a95096f983c328801f
Author: Jérémy Lal <kapouer at melix.org>
Date: Tue Oct 14 21:44:02 2014 +0200
Update description
---
debian/control | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index efcd9d8..f934fdf 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,12 @@ Depends:
, node-debug
, node-on-finished
Description: final HTTP responder - Node.js module
- This package provides a module to invoke as the final step
- to respond to HTTP request.
+ 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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-finalhandler.git
More information about the Pkg-javascript-commits
mailing list