summaryrefslogtreecommitdiff
path: root/lib/_http_client.js
Commit message (Expand)AuthorAgeFilesLines
* http: do not rely on the 'agentRemove' eventLuigi Pinca2018-08-161-0/+1
* http: remove default 'drain' listener on upgradeLuigi Pinca2018-04-131-1/+2
* http: fix parsing of binary upgrade response bodyBen Noordhuis2018-04-111-15/+9
* http: free the parser before emitting 'upgrade'Luigi Pinca2018-03-291-1/+1
* async_hooks: rename initTriggerIdAndreas Madsen2018-01-191-1/+1
* http: support generic `Duplex` streamsAnna Henningsen2018-01-151-1/+4
* lib: replace string concatenation with templateVijayalakshmi Kannan2017-12-201-1/+1
* lib: use destructuring for some constantsWeijia Wang2017-10-311-11/+13
* http: do not blindly destroy UNIX domain socketsLuigi Pinca2017-10-231-1/+1
* http: client keep-alive for UNIX domain socketsBryan English2017-10-031-18/+2
* benchmark,lib,test: use braces for multiline blockRich Trott2017-07-181-2/+3
* https: support rejectUnauthorized for unix socketscjihrig2017-06-101-1/+2
* http: describe parse err in debug outputSam Roberts2017-06-051-1/+1
* http: fix IPv6 Host header checkBrian White2017-05-231-4/+4
* http,https: avoid instanceof for WHATWG URLBrian White2017-05-231-2/+4
* lib: implement async_hooks API in coreTrevor Norris2017-05-101-1/+5
* http: fix permanent deoptimizationsBrian White2017-04-301-6/+7
* http: add type checking for hostnameJames M Snell2017-04-241-1/+10
* http: should support userland Agentfengmk22017-03-261-2/+2
* http: replace uses of selfJames M Snell2017-03-201-75/+64
* http: use more efficient module.exports patternJames M Snell2017-03-201-1/+4
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* http: use Symbol for outgoing headersBrian White2017-03-091-2/+3
* http: use direct parameters insteadJackson Tian2017-01-311-13/+7
* http: make request.abort() destroy the socketLuigi Pinca2017-01-281-1/+5
* http: throw an error for unexpected agent valuesbrad-decker2017-01-181-3/+10
* http: misc ClientRequest cleanupBrian White2017-01-131-5/+2
* http: avoid duplicate isArray()Brian White2017-01-131-2/+3
* http: optimize default method caseBrian White2017-01-131-4/+11
* http: optimize short path validationBrian White2017-01-131-8/+42
* http: optimize header storage and matchingBrian White2017-01-111-2/+9
* http: define all used properties in constructorsvitkarpov2017-01-101-6/+10
* url: allow use of URL with http.request and https.requestJames M Snell2017-01-091-1/+3
* http: remove stale timeout listenersKarl Böhlmark2016-12-081-1/+7
* http: verify client method is a stringLuca Maraschi2016-12-081-1/+5
* http: name anonymous functions in _http_clientmaasencioh2016-10-181-11/+12
* http: reject control characters in http.request()Ben Noordhuis2016-10-131-4/+3
* http: socket connection timeout for http requestRene Weber2016-09-261-1/+7
* http: wait for both prefinish/end to keepaliveFedor Indutny2016-06-061-3/+24
* http: skip body and next message of CONNECT resFedor Indutny2016-04-191-1/+1
* http: Corrects IPv6 address in Host headerMihai Potra2016-04-011-0/+11
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-1/+1
* lib: copy arguments object instead of leaking itNathan Woltman2016-03-101-2/+10
* http: allow async createConnection()Brian White2016-02-111-4/+37
* http: remove variable redeclarationRich Trott2016-01-111-5/+3
* http: handle errors on idle socketsJosé F. Romaniello2016-01-041-0/+9
* lib: remove unused modulesRich Trott2015-12-251-1/+0
* http: do not emit `upgrade` on advertisementFedor Indutny2015-12-171-0/+1
* lib: Consistent error messages in all modulesmicnic2015-11-091-2/+2
* http{s}: don't connect to localhost on invalid URLSakthipriyan Vairamani2015-10-271-0/+3