summaryrefslogtreecommitdiff
path: root/lib/_http_common.js
Commit message (Expand)AuthorAgeFilesLines
...
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
* lib: http: poison parser references after freeingBen Noordhuis2014-09-051-1/+4
* lib, src: don't make http parser handles weakBen Noordhuis2014-09-051-1/+2
* http: parse the status message in a http response.Cam Swords2013-12-201-1/+1
* http: make DELETE requests set `req.method`Nathan Rajlich2013-11-041-1/+2
* http: remove MethodToString()Ben Noordhuis2013-10-281-1/+1
* http: expose supported methodsBen Noordhuis2013-10-281-0/+1
* http: provide backpressure for pipeline floodisaacs2013-10-161-4/+2
* http: provide access to raw headers/trailersisaacs2013-08-151-11/+2
* http: speed up callbacks, use array indicesBen Noordhuis2013-08-141-5/+9
* http: Use streams3 directly, not .ondata/endisaacs2013-08-081-4/+2
* util: Add debuglog, deprecate console lookalikesisaacs2013-05-211-6/+1
* http: move Server and ServerResponse outTimothy J Fontaine2013-04-171-0/+12
* http: move OutgoingMessage into it's own fileTimothy J Fontaine2013-04-171-0/+13
* http: move parsers into _http_common.jsTimothy J Fontaine2013-04-171-0/+209