summaryrefslogtreecommitdiff
path: root/doc/api/http.md
AgeCommit message (Expand)Author
2019-02-142018-02-14, Version 11.10.0 (Current)Michaël Zasso
2019-02-09http: makes response.writeHead return the responseMark S. Everitt
2019-02-09doc: clarify http timeoutsAndrew Moss
2019-02-01http: return HTTP 431 on HPE_HEADER_OVERFLOW errorAlbert Still
2019-02-01doc: add documentation for request.pathKei Ito
2019-01-29doc: fix http.Agent timeout option descriptionLuigi Pinca
2019-01-09doc: add history to http.request.setTimeout()James Bunton
2018-12-262018-12-26, Version 11.6.0 (Current)Myles Borins
2018-12-20http: add maxHeaderSize propertycjihrig
2018-12-08doc: update http doc for new Agent()/support options in socket.connect()Beni von Cheni
2018-12-08doc: fix order of events when request is abortedLuigi Pinca
2018-12-01doc: cookie is joined using '; 'Gerhard Stoebich
2018-11-28doc: sort bottom-of-file markdown linksSam Roberts
2018-11-28doc: fix nits in http(s) server.headersTimeoutVse Mozhet Byt
2018-11-282018-11-27, Version 11.3.0 (Current)Rod Vagg
2018-11-282018-11-27, Version 10.14.0 'Dubnium' (LTS)Rod Vagg
2018-11-282018-11-27, Version 8.14.0 'Carbon' (LTS)Rod Vagg
2018-11-282018-11-27, Version 6.15.0 'Boron' (LTS)Rod Vagg
2018-11-28http,https: protect against slow headers attackMatteo Collina
2018-11-14doc: document http request.finished booleanThomas Watson
2018-11-11doc: add links to Stream sectionDmitry Igrishin
2018-11-09doc: fix some inconsistent use of hostnameSam Roberts
2018-10-30doc: add documentation for http.IncomingMessage$completeJames M Snell
2018-10-24doc: use Cookie in request.setHeader() examplesLuigi Pinca
2018-10-232018-10-23, Version 11.0.0 (Current)James M Snell
2018-09-19doc: improve metadata for http.requestTobias Nießen
2018-08-29doc: remove redundant 'Example:' and similar notesVse Mozhet Byt
2018-08-23doc: state callback behavior on empty bufferRuben Verborgh
2018-08-22http: adding doc and debug for calling empty string on write functionAnto Aravinth
2018-08-15doc: clarify ServerResponse explanationsMaleDong
2018-08-162018-08-15, Version 10.9.0 (Current)Rod Vagg
2018-07-16doc: make markdown input compliantSam Ruby
2018-07-15doc: declare all parameter typesSam Ruby
2018-07-13http: fix request with option timeout and agentkillagu
2018-07-13http: allow url and options to be passed to http*.request and http*.getSam Ruby
2018-07-11doc: fix HTTP res 'finish' descriptionSergey Zelenov
2018-06-24doc: fix HTTP req/res 'close' descriptionRobert Nagy
2018-06-22doc: explain HTTP writeHead()'s fast path behaviorGireesh Punathil
2018-05-14http: make client `.aborted` booleanRobert Nagy
2018-05-082018-05-08, Version 10.1.0 (Current)Myles Borins
2018-05-02doc: add http.ClientRequest maxHeadersCountDaiki Arai
2018-05-03doc: add more missing backticksVse Mozhet Byt
2018-05-02doc: add missing periods or colonsVse Mozhet Byt
2018-04-29http,https,tls: switch to WHATWG URL parserHackzzila
2018-04-29doc: remove redundant empty linesVse Mozhet Byt
2018-04-26http: added aborted property to requestRobert Nagy
2018-04-242018-04-24, Version 10.0.0 (Current)James M Snell
2018-04-16http: relax requirements on upgrade listenerAnatoli Papirovski
2018-04-13doc: improve http.setHeader and getHeader typeinfoGerhard Stoebich
2018-04-13doc: fix wrong response.end() at request.socketikasumiwt