Open notpushkin opened 4 years ago
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.
urllib3.util.retry
requests.Session
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 globalrequests.Session
which is undesirable for obvious reasons.