Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: test for http.request() invalid method error | Ashton Kinslow | 2016-12-03 | 1 | -0/+12 |
Adds a test for when an invalid http method is passed into http.request() to verify an error is thrown, that the error is the correct type, and the error message is correct. PR-URL: https://github.com/nodejs/node/pull/10080 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> |