summaryrefslogtreecommitdiff
path: root/lib/_http_common.js
AgeCommit message (Expand)Author
2016-02-09http: strictly forbid invalid characters from headersJames M Snell
2016-01-22http: remove reference to onParserExecuteTom Atkinson
2015-12-17http: do not emit `upgrade` on advertisementFedor Indutny
2015-10-14http: fix stalled pipeline bugFedor Indutny
2015-09-25http: add checkIsHttpToken check for header fieldsJames M Snell
2015-05-25http: simplify code and remove unused propertiesBrian White
2015-03-25iojs: introduce internal modulesVladimir Kurchatkin
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-13http: optimize on_headers_completeBert Belder
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2014-09-05lib: http: poison parser references after freeingBen Noordhuis
2014-09-05lib, src: don't make http parser handles weakBen Noordhuis
2013-12-20http: parse the status message in a http response.Cam Swords
2013-11-04http: make DELETE requests set `req.method`Nathan Rajlich
2013-10-28http: remove MethodToString()Ben Noordhuis
2013-10-28http: expose supported methodsBen Noordhuis
2013-10-16http: provide backpressure for pipeline floodisaacs
2013-08-15http: provide access to raw headers/trailersisaacs
2013-08-14http: speed up callbacks, use array indicesBen Noordhuis
2013-08-08http: Use streams3 directly, not .ondata/endisaacs
2013-05-21util: Add debuglog, deprecate console lookalikesisaacs
2013-04-17http: move Server and ServerResponse outTimothy J Fontaine
2013-04-17http: move OutgoingMessage into it's own fileTimothy J Fontaine
2013-04-17http: move parsers into _http_common.jsTimothy J Fontaine