mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-26 19:07:02 +00:00
* Add string option to request methods. Per [Node docs](https://nodejs.org/docs/latest-v6.x/api/http.html#http_http_request_options_callback) the `get` and `request` methods should allow the `options` param to be a string. This is true for both the 'https' and 'http' modules. * Add self to "definitions by" per README recommendations