DefinitelyTyped/types/node
william chang(張仲威) dfda34b1c2 [node] net.Server, http.Server, http.ServerRequest, http.ServerResponse, http.ClientRequest, http.IncomingMessage, http.ClientResponse fix from interface to class and add constructors. (#18281)
* [node] net.Server, http.Server, http.ServerRequest, http.ServerResponse, http.ClientRequest, http.IncomingMessage, http.ClientResponse, http.Server fix from interface to class and add constructors.

* add http constructor tests

* fix lint

* add author

* fix: remove rejectUnauthorized,
createConnection callback make more detailed,
http.Server requestListener more detailed,
add export OutgoingMessage, ServerResponse and ClientRequest extends OutgoingMessage.
combine the constructors in ClientRequest

* add more http tests

* remove trailing space

* remove deprecated apis, private props not documented, seperate httpHeaders to incoming and outgoing, fix rejectUnauthorized prop misplaced, use () => void for callback

* typo

* settimeout return this
2017-07-24 10:37:46 -07:00
..
v0 node: Fix net.Socket definition (#18275) 2017-07-21 09:41:56 -07:00
v4 node: Fix net.Socket definition (#18275) 2017-07-21 09:41:56 -07:00
v6 node: Fix net.Socket definition (#18275) 2017-07-21 09:41:56 -07:00
v7 node: Fix net.Socket definition (#18275) 2017-07-21 09:41:56 -07:00
index.d.ts [node] net.Server, http.Server, http.ServerRequest, http.ServerResponse, http.ClientRequest, http.IncomingMessage, http.ClientResponse fix from interface to class and add constructors. (#18281) 2017-07-24 10:37:46 -07:00
node-tests.ts [node] net.Server, http.Server, http.ServerRequest, http.ServerResponse, http.ClientRequest, http.IncomingMessage, http.ClientResponse fix from interface to class and add constructors. (#18281) 2017-07-24 10:37:46 -07:00
tsconfig.json
tslint.json