-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add prefer header #747
Comments
This is the first I've heard of this header. Is there a situation where its usage is common? |
If you look at the PostgREST project you'll see it's being used to suppress counts and in a few other cases. The spec also gives some interesting examples. For my usage I'd like to explore the header for styling a response. For example: To me, the |
Basically it's an optional |
I'd like to use the
Prefer
header, could types for this header be added?The text was updated successfully, but these errors were encountered: