mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-01 19:24:27 +00:00
* Add maxHeadersCount and headersTimeout properties to the https module within @types/node * Update typing for Node HTTP/S Server's maxHeadersCount property to include null, and add link to documentation * Add type definitions for Node's HTTP/S Server headersTimeout and maxHeadersCount properties to Node v10 * Add tests for maxHeadersCount and headersTimeout properties * Fix tests for HTTP Server types * Update node version in docs for node v10 * Update doc link to be formatted with JSDoc