-
Notifications
You must be signed in to change notification settings - Fork 187
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
Add a way to delete headers #94
Comments
I've been doing it like this. Doesn't this work?
|
yeah, that works 👆🏽 |
FYI: This works but triggers |
Does this method work for you? |
apiClient.deleteHeader('Authorization'); this will work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes you set a header but later want to remove it. For example, an Authentication header or something. Would be nice to have a way to do this.
The text was updated successfully, but these errors were encountered: