Skip to content
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

HTTP methods should be upper case #318

Merged
merged 1 commit into from
May 21, 2015
Merged

HTTP methods should be upper case #318

merged 1 commit into from
May 21, 2015

Conversation

taion
Copy link
Member

@taion taion commented May 21, 2015

The Fetch spec has normalization for some methods: https://fetch.spec.whatwg.org/#concept-method-normalize, but this doesn't include PATCH, which against sufficiently strict webservers must be specified as uppercase.

@jhollingworth
Copy link
Contributor

👍 thanks

jhollingworth added a commit that referenced this pull request May 21, 2015
HTTP methods should be upper case
@jhollingworth jhollingworth merged commit 8e6a489 into martyjs:master May 21, 2015
jhollingworth added a commit to martyjs/marty-lib that referenced this pull request May 21, 2015
@jhollingworth
Copy link
Contributor

Released in v0.9.16

@taion taion deleted the http-method-case branch June 14, 2015 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants