-
Notifications
You must be signed in to change notification settings - Fork 115
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
Restore Prefer header functionality #118
Comments
ping @marcelogo 👯 |
Drakov supports this functionality. It is just the matter of having an example that uses the
In this example, whenever Drakov receives a GET request with |
The documentation says that it's still supported (Changing the API Blueprint adding a custom header does not count ;) ) The feature is very useful for client testing purpose only and does not force you to change the Blueprint, creating confusion confusion to the API users. I have also an example that I can't make it work also with this proposal:
|
See PR #61
We've dropped this functionality at some point.
Need to restore the ability to force responses by HTTP code by using the
Prefer:status=XXX
in the header.The text was updated successfully, but these errors were encountered: