-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Allow to pass requests session #413
Copy link
Copy link
Closed
Labels
triage meI really want to be triaged.I really want to be triaged.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Metadata
Metadata
Assignees
Labels
triage meI really want to be triaged.I really want to be triaged.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Currently, some requests params could be passed thru
requests_kwargs. However, it's still limited while we need to adapt requests session. For instance,sessionmay required customized adapter for multi-threading, which's common requirement for callinggooglemaps.Ref: https://stackoverflow.com/questions/18466079/can-i-change-the-connection-pool-size-for-pythons-requests-module
If it sounds good, I can have tiny PR for this issue.