You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But apparently, I cannot remove it, only set it to a different value.
Wouldn't it be useful to add a remove_raw() method to Headers?
Raw headers are very useful if you don't know what headers to send at compile time, for example, or for quick prototyping.
The text was updated successfully, but these errors were encountered:
Currently, I can insert or overwrite a header by doing, for example:
But apparently, I cannot remove it, only set it to a different value.
Wouldn't it be useful to add a remove_raw() method to Headers?
Raw headers are very useful if you don't know what headers to send at compile time, for example, or for quick prototyping.
The text was updated successfully, but these errors were encountered: