-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Idea: Directly exposing received headers #172
Comments
Hey @eposjk, To separate the topic a bit better I'd suggest to continue the conversion on headers here.
Yeah, that a good point on the converting. It appears as if the processing in To match with the current naming, I would make I think it also makes sense to have some basic test to ensure the behavior of the underlying library doesn't change. The three cases as above on some example page should do.
Multiple headers of the same type could come up. Normalizing data is fine, as we expose the raw data in case people want to tweak stuff. I haven't found anything about the deprecated header on the page. The conversion from Set-Cookie+Expires to Set-Cookie+Max-Age should be fine, as long as it's documented proper. |
Originally posted by @spekulatius in #164 (comment)
The text was updated successfully, but these errors were encountered: