grequests icon indicating copy to clipboard operation
grequests copied to clipboard

Extend options for httpClient

Open krystofspl opened this issue 6 years ago • 0 comments

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.

krystofspl avatar Jan 07 '20 15:01 krystofspl