Skip to content

doc: clarify protocol default in http.request()

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/docs into master

The previously listed default of 'http' is incorrect, and causes an error to be thrown. This commit changes it to the correct value of 'http:'.

Fixes: https://github.com/nodejs/node/issues/4712

Merge request reports

Loading