Skip to content

deps: Added methods to http parser

Affected core subsystem(s)

  • http

Description of change

As described in RFC2518, RFC4709, RFC5397, RFC5689 and RFC3744 there are a couple of request methods available that haven't been implemented yet.

I did find other issues discussing this, but until then I created a PR. I'm confident I made a mistake, as this is my first contribution to node, so give me hell :)

Running main() from gtest_main.cc
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from UtilTest
[ RUN      ] UtilTest.ListHead
[       OK ] UtilTest.ListHead (0 ms)
[----------] 1 test from UtilTest (0 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (0 ms total)
[  PASSED  ] 1 test.
/Applications/Xcode.app/Contents/Developer/usr/bin/make jslint
./node tools/eslint/bin/eslint.js benchmark lib src test tools/doc \
      tools/eslint-rules --rulesdir tools/eslint-rules
/Applications/Xcode.app/Contents/Developer/usr/bin/make cpplint
Total errors found: 0
/usr/local/opt/python/bin/python2.7 tools/test.py --mode=release message parallel sequential -J
[00:56|% 100|+ 1046|-   0]: Done

Merge request reports

Loading