maraujop / requests-oauth

Python's Requests OAuth (Open Authentication) plugin
BSD 3-Clause "New" or "Revised" License
188 stars 33 forks source link

Persistent HTTPS connections? #47

Open bortzmeyer opened 4 years ago

bortzmeyer commented 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.