summaryrefslogtreecommitdiff
path: root/lib/_http_agent.js
AgeCommit message (Expand)Author
2013-08-07http: Support legacy agent.addRequest APIisaacs
2013-08-05http: Fix overlooked agent.globalAgent exportisaacs
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-09http: Reuse more http/https Agent codeisaacs
2013-07-09http: Add agent.get/request methodsisaacs
2013-07-09http: Proper KeepAlive behaviorisaacs
2013-07-09http: styleisaacs
2013-04-17http: split Agent into its own fileTimothy J Fontaine