danwrong / restler

REST client library for node.js
MIT License
1.99k stars 391 forks source link

New option to specify http agent #221

Closed michae1 closed 8 years ago

michae1 commented 8 years ago

Sometime it is necessary to control request pooling. Node.js Request supports ability to specify custom HTTP Agent: https://nodejs.org/api/http.html#http_http_request_options_callback https://nodejs.org/api/http.html#http_new_agent_options

easternbloc commented 8 years ago

Can you update the docs to reflect this?

michae1 commented 8 years ago

Now with docs

easternbloc commented 8 years ago

:+1: Thanks!