summaryrefslogtreecommitdiff
path: root/lib/_http_common.js
AgeCommit message (Expand)AuthorFilesLines
2015-05-25http: simplify code and remove unused propertiesBrian White1-6/+0
2015-03-25iojs: introduce internal modulesVladimir Kurchatkin1-1/+1
2015-01-31lib: reduce util.is*() usagecjihrig1-2/+1
2015-01-21lib: use const to define constantscjihrig1-12/+12
2015-01-13http: optimize on_headers_completeBert Belder1-25/+22
2015-01-12Remove excessive copyright/license boilerplateisaacs1-21/+0
2014-11-22lib: turn on strict modeBen Noordhuis1-0/+2
2014-09-05lib: http: poison parser references after freeingBen Noordhuis1-1/+4
2014-09-05lib, src: don't make http parser handles weakBen Noordhuis1-1/+2
2013-12-20http: parse the status message in a http response.Cam Swords1-1/+1
2013-11-04http: make DELETE requests set `req.method`Nathan Rajlich1-1/+2
2013-10-28http: remove MethodToString()Ben Noordhuis1-1/+1
2013-10-28http: expose supported methodsBen Noordhuis1-0/+1
2013-10-16http: provide backpressure for pipeline floodisaacs1-4/+2
2013-08-15http: provide access to raw headers/trailersisaacs1-11/+2
2013-08-14http: speed up callbacks, use array indicesBen Noordhuis1-5/+9
2013-08-08http: Use streams3 directly, not .ondata/endisaacs1-4/+2
2013-05-21util: Add debuglog, deprecate console lookalikesisaacs1-6/+1
2013-04-17http: move Server and ServerResponse outTimothy J Fontaine1-0/+12
2013-04-17http: move OutgoingMessage into it's own fileTimothy J Fontaine1-0/+13
2013-04-17http: move parsers into _http_common.jsTimothy J Fontaine1-0/+209