We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We now send a HTML error document, even when the content type of the controller will be something different.
We also don't check what the user agent accepts.
Maybe it is possible to determine the probable content type by calling content_types_provided and check it against the accept headers.
content_types_provided
That is just like steps v3c3 and v3c4 in the webmachine_decision_core.erl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We now send a HTML error document, even when the content type of the controller will be something different.
We also don't check what the user agent accepts.
Maybe it is possible to determine the probable content type by calling
content_types_provided
and check it against the accept headers.That is just like steps v3c3 and v3c4 in the webmachine_decision_core.erl
The text was updated successfully, but these errors were encountered: