-
-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
Currently the config override is specified on a per request basis but there is no way for any client to modify this value.
The difference between doing this and constructing a new client is this will reuse the underlying hyper connection pool. If we invoke the client builder (the only way i found to set the request strategy) we create an entirely new connection pool.
Describe the solution you'd like
Ideally I would like
These 2 methods to be exposed on the CustomizedStripeRequest
struct aswell so we can do something like this
Describe alternatives you've considered
Currently we are resorting to this.
Additional context
No response
robko23 and ZakSingh
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers