-
-
Notifications
You must be signed in to change notification settings - Fork 524
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
Reconsider get_header / set_header #256
Labels
Comments
There's at least one public use of these APIs: https://github.com/channelcat/sanic/blob/e1c90202682d76361c77adb7bb2176730038466a/sanic/websocket.py#L58-L103 |
Fixed in #423. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
get_header
was an interesting experiment but it makes it hard to work with multi-value headers.set_header
is symmetrical, for consistency it must be reconsidered as well.The text was updated successfully, but these errors were encountered: