mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
http.ServerRequest and http.ClientResponse are merged into http.IncomingMessage which has fields for both, and acts as a Readable Stream and EventEmitter. Fixes #3851.