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

Can't override Request 'Accept' header #199

Closed
jacob-fueled opened this issue Nov 8, 2019 · 0 comments · Fixed by #200
Closed

Can't override Request 'Accept' header #199

jacob-fueled opened this issue Nov 8, 2019 · 0 comments · Fixed by #200
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@jacob-fueled
Copy link

ky.post(`/foo/bar`, {
  headers: {
    accept: 'application/vnd.VENDER_NAME+json; version=2',
  },
  json,
});

Ky ignores the supplied accept header and instead decides to use application/json (probably due to setting the json property).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants