Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(graphql): forces http header value to be lowercase (#1237)
While RFC2616 indicates http header field `names` are case insensitive, it leaves http header field `values` more open to interpretation, such as using the text > Applications ought to follow "common form", where one is known or indicated, when generating HTTP constructs, since there might exist some implementations that fail to accept anything beyond the common forms. This is a small user experience improvement for REST Client users to prevent a negative experience by using a case sensitive value. fixes #1236
- Loading branch information