mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Change the http.Client API so that it provides a single request() method taking an optional parameter to specify the HTTP method (defaulting to "GET"), instead of the five methods get(), head(), post(), del() and put().