summaryrefslogtreecommitdiff
path: root/doc/api/http.markdown
Commit message (Expand)AuthorAgeFilesLines
* doc: Improve cross-linking in API docs markdownBen Kelly2012-06-151-46/+54
* Fix #3388 Support listening on file descriptorsisaacs2012-06-131-0/+18
* http: make http.get() accept a URLAdam Malcontenti-Wilson2012-05-161-11/+7
* Document http.STATUS_CODESisaacs2012-05-051-0/+8
* doc: fix setEncoding()koichik2012-05-051-6/+6
* doc: typo fixesKyle Robinson Young2012-05-011-1/+1
* doc: add deprecated function http.createClient()Kyle Robinson Young2012-04-231-0/+6
* net, http: add backlog parameter to .listen()Erik Dubbelboer2012-04-181-1/+6
* net, http, https: add localAddress optionDmitry Nizovtsev2012-03-061-0/+1
* Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-03-031-0/+2
|\
| * doc: Add stability indicators to documentationisaacs2012-03-031-0/+2
| * s/streams/stream/isaacs2012-02-291-4/+4
| * s/buffers/buffer/isaacs2012-02-291-3/+2
| * doc refactor: httpisaacs2012-02-291-17/+18
* | s/streams/stream/isaacs2012-02-271-4/+4
* | s/buffers/buffer/isaacs2012-02-271-2/+2
* | doc refactor: httpisaacs2012-02-271-17/+18
* | docs: fix http.ClientRequest.write() documentationBen Noordhuis2012-02-271-2/+1
* | Issue #2762. Add callback to close function.Mikeal Rogers2012-02-181-1/+1
* | Generate Date headers on responses when not already present.Mark Nottingham2012-02-151-0/+7
* | Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis2012-02-121-6/+3
|\ \ | |/
| * docs: clarify http 'data' callbackBen Noordhuis2012-02-101-6/+3
* | Merge remote-tracking branch 'ry/v0.6'isaacs2012-02-061-5/+17
|\ \ | |/
| * doc: add the note about 'data' eventkoichik2012-02-051-5/+17
* | http, querystring: added limits to prevent DoSFedor Indutny2012-01-161-0/+6
* | Merge remote branch 'origin/v0.6'Ryan Dahl2012-01-091-1/+8
|\ \ | |/
| * docs: small changes.koichik2012-01-071-1/+1
| * http: fix ServerResponse does not emit 'close'koichik2012-01-061-0/+7
* | http: better support for CONNECT method.koichik2012-01-091-9/+89
|/
* docs: tiny typo in http.markdownJeremy Martin2011-12-291-1/+1
* docs: fix docs to not suggest variable leakskoichik2011-12-271-12/+13
* docs: document http.Server.close() semanticsBen Noordhuis2011-12-261-0/+1
* doc: correct http.Server.listen()koichik2011-12-171-4/+6
* docs: fix typokyle@dontkry.com2011-11-271-2/+2
* "Trailer" header should mention "Content-MD5" trailer name in this example.Trent Mick2011-11-141-1/+1
* docs: http: link to relevant net.Socket methodsBen Noordhuis2011-11-031-3/+6
* docs: http: fix docs for the 'close' eventBen Noordhuis2011-11-021-11/+2
* docs: improvement fs, http and httpskoichik2011-10-221-13/+14
* Lintseebees2011-10-221-10/+10
* Documentation updateseebees2011-10-221-1/+9
* docs: typos and minor edits in several modulesThomas Shinnick2011-09-061-2/+2
* docs: Improved http2 agent docsMikeal Rogers2011-08-251-4/+51
* Merge branch 'v0.4'Ryan Dahl2011-08-011-1/+8
|\
| * Doc improvementskoichik2011-07-301-0/+4
| * Doc improvementskoichik2011-07-221-1/+4
* | doc: http2 documentationMikeal Rogers2011-07-261-76/+74
* | Merge branch 'v0.4'Ryan Dahl2011-07-221-4/+4
|\ \ | |/
| * Doc improvementskoichik2011-07-161-4/+4
* | Merge branch 'v0.4'Ryan Dahl2011-07-141-14/+27
|\ \ | |/
| * Adding documentation for 'agent' option in http.request().Kip Gebhardt2011-07-141-0/+4