requests-oauth icon indicating copy to clipboard operation
requests-oauth copied to clipboard

Persistent HTTPS connections?

Open bortzmeyer opened this issue 4 years ago • 0 comments

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.

bortzmeyer avatar Dec 31 '19 13:12 bortzmeyer