Expose http.getAgent

This commit is contained in:
Ryan Dahl
2011-01-21 13:47:27 -08:00
parent db8736ad93
commit b9574b995f
3 changed files with 4 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ function getAgent(options) {
return agent;
}
exports.getAgent = getAgent;
exports.request = function(options, cb) {