245 Commits (c9f58cc5956840848532fe8804a8c77c734019c1)

Author SHA1 Message Date
Michaeljohn Clement 3d24e119e0 don't chunk responses to HTTP/1.0 clients, even if they send Connection: Keep-Alive (e.g. wget) 15 years ago
isaacs f65b36eec1 Use the new uri parser. 15 years ago
visionmedia 501b4a54be Export STATUS_CODES 15 years ago
Christopher Lenz f8ba9c3bc9 Add http.Client.prototype.request() 15 years ago
Ryan Dahl c5d82380f4 Bugfix: Don't use chunked encoding for 1.0 requests. 15 years ago
Ryan Dahl 7538e70767 Expose versionMajor versionMinor to http messages 15 years ago
Michaeljohn Clement 485823f3e4 fixed HTTP duplicated header bug 15 years ago
Rhys Jones 5b1a535cd8 Add HTTP client TLS support 15 years ago
jed a9ea21feb4 fixed check on header type, to check member instead of object. 15 years ago
Ryan Dahl 7719ce33db New http-parser 15 years ago
Ryan Dahl 1eba0cadc1 Revert "Normalize HTTP headers." 15 years ago
Felix Geisendörfer bffee5eda4 Bugfix for sendBody() and chunked utf8 strings 15 years ago
Ryan Dahl 43121c15be API: rename process.inherits to sys.inherits 15 years ago
Ryan Dahl 51c1526b6a Revert "Upgrade http parser, change node as needed." 15 years ago
Ryan Dahl 8ad47c8de7 Expose http.IncomingMessage and http.OutgoingMessage 15 years ago
Ryan Dahl 60131fc88c Expose http.ClientRequest and http.ServerResponse 15 years ago
Ryan Dahl 7a2e784ad7 Module refactor - almost CommonJS compatible now 15 years ago
Ryan Dahl ad0a4cefb8 Namespace EVERYTHING under process; introduce GLOBAL 15 years ago
Ryan Dahl 910c627fc6 Revert "Change HTTP back to a 1.1 client." 15 years ago
Ryan Dahl 9a70abbf13 Change HTTP back to a 1.1 client. 15 years ago
Ryan Dahl b893859c34 Upgrade http parser, change node as needed. 15 years ago
Ryan Dahl 2b8ab7e24f utils.js links to sys.js instead of other way around 15 years ago
Ryan Dahl f623fd7658 Normalize HTTP headers. 15 years ago
Ryan Dahl 522909bcbf Parse queryString into req.uri.params 15 years ago
Ryan Dahl e2b7902469 Don't use parseUri for HTTP server 15 years ago
Ryan Dahl 7b337096c9 Add a third argument to http.cat to specify req headers. 15 years ago
isaacs 45f5402446 Pass the Host header in http.cat calls, if it was specified in the URL passed to http.cat. 15 years ago
Ryan Dahl cda659a8c8 Camel-case all http events 15 years ago
Ryan Dahl f6657c3c9d Move http library to /http.js 15 years ago
Ryan Dahl 07792afe0a Remove "raw" encoding. Rename "raws" to "binary". 15 years ago
Ryan Dahl 9db2e5f375 Default to utf8 encoding for node.fs.cat() 15 years ago
Ryan Dahl 4f98e2deb3 Fix buffering logic for HTTP outgoing messages. 15 years ago
Ryan Dahl d1a13bdd35 Fix default encoding for outgoing HTTP messages 15 years ago
Ryan Dahl 8eb1294f87 Bugfix: sendBody wasn't setting encoding 15 years ago
Ryan dbe116ddfe API: Change arguments of emit(), emitSuccess(), emitError() 15 years ago
Ryan 9dbd92476e Bugfix: Trap exceptions in URIParser. 15 years ago
Ryan 116f4dea05 lint 15 years ago
Ryan 316e2833f0 Use flat object instead of array-of-arrays for HTTP headers. 15 years ago
Kevin van Zonneveld 8489bdbaeb Buggy connections could crash node.js. Now check connection before sending data every time 15 years ago
Ryan 368ea93bfe Upgrade evcom - fix API issues. 15 years ago
Ryan 7aaab320b3 API: tcp.Connection "disconnect" event renamed to "close". 15 years ago
Ryan af40ae6b8f Remove debugging messages in HTTP client 15 years ago
Ryan 3b0408ec1c Sync evcom after refactor; fix binding issues 15 years ago
Ryan 0638a3a3ab Add IncomingMessage.prototype.pause() and resume(). 15 years ago
Ryan b27f8ba06d Default to chunked for client requests without C-Length. 15 years ago
Ryan eb10553634 Move node.inherit, node.path, node.cat to new file: util.js 15 years ago
Ryan 56c785ceae small clean ups to http.js 15 years ago
Ryan ef09b2c65d large http.js refactor 15 years ago
Ryan 216e6204f0 http: Add IncomingMessage as abstract base class of ServerReq ClientRes 15 years ago
Ryan 996d5ef5f1 Add res.client to ClientResponse 16 years ago