-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for requests session #806
Conversation
For session persistence and custom http adapters.
|
@tpazderka After merging upstream/python-versions, checks here are failing while #805 has passed all checks.
|
You have errors in typing, you can run |
Fixed and ready to be merged. When will be the expected date of release? |
Codecov Report
@@ Coverage Diff @@
## master #806 +/- ##
=======================================
Coverage 63.75% 63.75%
=======================================
Files 64 64
Lines 11850 11856 +6
Branches 2410 2411 +1
=======================================
+ Hits 7555 7559 +4
- Misses 3698 3699 +1
- Partials 597 598 +1
Continue to review full report at Codecov.
|
requests.Session
allows session persistence across multiple requests.In some enterprise services, there can be a requirement of using custom transport adapters. Allowing a user to directly pass
requests.Session
instance will satisfy such requirements and flexibility to manage and configure http requests