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

Include Allow header in OPTIONS responses #10

Closed
swistakm opened this issue Oct 22, 2015 · 1 comment
Closed

Include Allow header in OPTIONS responses #10

swistakm opened this issue Oct 22, 2015 · 1 comment
Milestone

Comments

@swistakm
Copy link
Owner

Server SHOULD include such header if this is applicable (see: RFC 2616 Section 9.2)

@swistakm swistakm added this to the 0.2.0 milestone Oct 30, 2015
@swistakm
Copy link
Owner Author

Check if this is not already implemented in falcon (see: falconry/falcon#555)

swistakm added a commit that referenced this issue Jul 18, 2016
* add `_retrieve_header` in resources tests module to retrieve response
  headers consistently across different falcon versions during tests
  (note: `Response.get_header` was introduced in falcon 1.0.0)
* add `Allow` header in default `on_options` handler.
* update request example in README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant