Open bortzmeyer opened 4 years ago
The regular requests module can have persistent HTTPS connections https://2.python-requests.org//en/latest/user/advanced/#session-objects but I do not find how to do it with requests-oauth, which establish one HTTPS connection per request.
The regular requests module can have persistent HTTPS connections https://2.python-requests.org//en/latest/user/advanced/#session-objects but I do not find how to do it with requests-oauth, which establish one HTTPS connection per request.