http: expose supported methods
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 28 Oct 2013 12:35:33 +0000 (13:35 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 28 Oct 2013 12:35:34 +0000 (13:35 +0100)
commit610022851aaeff7a96518a8ee04826547dc33969
tree18e3af915c8ea8efd4e0a8454788763f0a441d96
parent61ccaf9a974bedf54622a1d6ad6b6ad00f95f5a5
http: expose supported methods

Expose the list of supported HTTP methods as a property on the 'http'
module object.

Fixes #6422.
doc/api/http.markdown
lib/_http_common.js
lib/http.js
src/node_http_parser.cc
test/simple/test-http-methods.js [new file with mode: 0644]