t1-python icon indicating copy to clipboard operation
t1-python copied to clipboard

Allow Requests session to be passed to T1 constructor

Open notpushkin opened this issue 5 years ago • 0 comments

This would ease some of the use cases like retrying requests with urllib3.util.retry or adding performance logging. Right now we have to rely on hacks like replacing global requests.Session which is undesirable for obvious reasons.

notpushkin avatar Jan 13 '20 14:01 notpushkin