-
Notifications
You must be signed in to change notification settings - Fork 119
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
Do we need the :method header? #70
Comments
I vote it is uneeded. |
From an archival perspective it might be important to keep it. Also, apart from |
We'd already restricted the method to be safe and [cacheable] (https://tools.ietf.org/html/rfc7231#section-4.2.3). Since the creation of HTTP, only GET and HEAD have met those requirements, and HEAD responses can be synthesized from a stored GET response. So #360 is dropping the |
#360 is merged. If a particular archival use case comes up, we can reopen the question. |
@jyasskin do we have a way to support |
#60 (comment) points out that we might not want to store the
:method
header in requests. We only know of uses ofGET
requests, and having the ability to code other methods might cause bugs.The text was updated successfully, but these errors were encountered: