21 Commits (32037b78a20ba9df2e80cae7d2c0f4ce9efbeac9)

Author SHA1 Message Date
Brian White 1eec5f091a http: simplify code and remove unused properties 10 years ago
Vladimir Kurchatkin 2db758c562 iojs: introduce internal modules 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
Bert Belder 0bf1d124af http: optimize on_headers_complete 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Ben Noordhuis 150d6f1249 lib: http: poison parser references after freeing 10 years ago
Ben Noordhuis b33a47ef47 lib, src: don't make http parser handles weak 10 years ago
Cam Swords 7ffe2ad616 http: parse the status message in a http response. 11 years ago
Nathan Rajlich 9bc53d887a http: make DELETE requests set `req.method` 11 years ago
Ben Noordhuis 4c0195e034 http: remove MethodToString() 11 years ago
Ben Noordhuis 610022851a http: expose supported methods 11 years ago
isaacs 085dd30e93 http: provide backpressure for pipeline flood 11 years ago
isaacs e6c81bd679 http: provide access to raw headers/trailers 11 years ago
Ben Noordhuis 2669966e76 http: speed up callbacks, use array indices 11 years ago
isaacs 967b5dbb45 http: Use streams3 directly, not .ondata/end 11 years ago
isaacs 896b2aa707 util: Add debuglog, deprecate console lookalikes 12 years ago
Timothy J Fontaine 6717fdccb4 http: move Server and ServerResponse out 12 years ago
Timothy J Fontaine dc9f97b7b9 http: move OutgoingMessage into it's own file 12 years ago
Timothy J Fontaine bb56489f21 http: move parsers into _http_common.js 12 years ago