grequests
grequests copied to clipboard
Extend options for httpClient
There is currently no way to specify these options other than supplying an instance of httpClient in RequestOptions as ro.HTTPClient. But if we do that, we have to keep track of the other options.
So I added the params specifying TCP connection. I was thinking of a more generic solution, but apart from these, I never needed the rest of options that are missing.