http: add statusMessage
authorPatrik Stutz <patrik.stutz@gmail.com>
Thu, 17 Oct 2013 00:11:19 +0000 (02:11 +0200)
committerTrevor Norris <trev.norris@gmail.com>
Thu, 17 Oct 2013 01:34:52 +0000 (18:34 -0700)
commit54910044b33a6405c72ad085915a55c575c027fc
treedc4f42042ba94f509fa018734fd20476dfafd46e
parent2bc30f239be3e56d642eda38df98c656d55b4d86
http: add statusMessage

Now the status message can be set via req.statusMessage = 'msg';
doc/api/http.markdown
lib/_http_server.js
test/simple/test-http-status-message.js [new file with mode: 0644]