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

Add support to another JSON Content-Type (like application/x-amz-json-1.1) #812

Closed
mayconfsousa opened this issue Apr 8, 2021 · 4 comments

Comments

@mayconfsousa
Copy link

Maybe, the function isJSONString is enough in the following clause

if (MimeUtility.isJSON(contentTypeHeader) || (MimeUtility.isJavaScript(contentTypeHeader) && isJSONString(body as string))) {

@AnWeber
Copy link

AnWeber commented Apr 8, 2021

see #771

@fxalgrain
Copy link
Contributor

#771 has been merged :)

@Huachao Huachao closed this as completed Nov 29, 2021
@Huachao
Copy link
Owner

Huachao commented Nov 29, 2021

@AnWeber @fxalgrain @mayconfsousa I have published the latest version 0.24.6 and you can verify the fix.

@fxalgrain
Copy link
Contributor

Thanks for the release. Works well on my side ;)

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

4 participants