summaryrefslogtreecommitdiff
path: root/lib/http.js
AgeCommit message (Expand)Author
2019-01-08lib: support overriding http\s.globalAgentRoy Sommer
2018-12-20http: add maxHeaderSize propertycjihrig
2018-07-13http: allow url and options to be passed to http*.request and http*.getSam Ruby
2018-03-25http: support server options on createServerWes Todd
2018-03-22http: use more destructuringTobias Nießen
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-03-20http: use more efficient module.exports patternJames M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2016-10-18http: name anonymous functions in httpmaasencioh
2016-08-29http: remove deprecated Client interfaceBrian White
2015-09-23lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani
2015-02-02http: replace util._extend() with [].slice()Jonathan Ong
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2014-09-05lib: unexport http.parsersBen Noordhuis
2014-06-11lib: remove unused variablesBrian White
2014-02-26http, https: don't depend on `globalAgent`Nathan Rajlich
2013-10-28http: expose supported methodsBen Noordhuis
2013-08-15lib: remove unused variables and functionsBrian White
2013-08-05http: Fix overlooked agent.globalAgent exportisaacs
2013-07-09http: Add agent.get/request methodsisaacs
2013-05-15http: don't escape request path, reject bad charsBen Noordhuis
2013-04-17http: split Client into _http_client.jsTimothy J Fontaine
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
2013-04-17http: move IncomingMessage into its own fileTimothy J Fontaine
2013-04-17http: split Agent into its own fileTimothy J Fontaine
2013-04-12http: escape unsafe characters in request pathBen Noordhuis
2013-04-08http: Support write(data, 'hex')isaacs
2013-04-03http: Remove legacy ECONNRESET workaround codeisaacs
2013-04-02http client: Ensure socket cleanup on response endisaacs
2013-03-14http: Don't hot-path end() for large buffersisaacs
2013-03-10stream: Don't emit 'end' unless read() calledisaacs
2013-03-10http: ServerRequest does not timeout after 'end'koichik
2013-03-10http: Do not setTimeout a not-yet-existent socketisaacs
2013-03-09http: check if incoming parser has already been freedhc
2013-03-08Revert "http: check if incoming parser has already been freed"isaacs
2013-03-08http: check if incoming parser has already been freedhheennrryy@gmail.com
2013-03-06http: More useful setTimeout API on serverisaacs
2013-03-06http: fix multiple timeout eventsEugene Girshov
2013-03-02Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2013-03-01events: add check for listeners lengthTrevor Norris
2013-03-01http: use socket.once, not socket.onBen Noordhuis
2013-02-28stream: There is no _read cb, there is only pushisaacs
2013-02-28Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2013-02-26http: fix case in 505 response status lineBen Noordhuis
2013-02-25http: Do not free the wrong parser on socket closeisaacs