t1-python
t1-python copied to clipboard
Allow Requests session to be passed to T1 constructor
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.