Open dfritsch86 opened 5 years ago
I believe right now this would require you to create a new instance of a client. We should call it a bug. I'd like to be able to do:
client.options[:headers] = { new headers }
Maybe you can write a spec for this behavior and we can try and fix this?
yes, this makes sense, a failing spec would be 👌
I need to dynamically change request headers, e.g. to switch bearer tokens when i reached the limit. How can i accomplish this?