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

Support CHARSET in Content-Type header #14

Open
JasonTypesCodes opened this issue Sep 27, 2017 · 1 comment
Open

Support CHARSET in Content-Type header #14

JasonTypesCodes opened this issue Sep 27, 2017 · 1 comment

Comments

@JasonTypesCodes
Copy link
Contributor

This works:
Content-Type: text/html

This doesn't:
Content-Type: text/html; charset=UTF-8

When a content type header with a charset is encountered the content type is recorded as UNKNOWN, but this should entirely be expected.

https://tools.ietf.org/html/rfc7231#section-3.1.1.5

nathantippy pushed a commit that referenced this issue Aug 14, 2018
updated pronghorn dependency version number, edited formatting on POM
nathantippy added a commit that referenced this issue Aug 14, 2018
Made request shutdown method
@nathantippy
Copy link
Contributor

We have partial support in 1.0.4. More to come.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants