We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
lambda-express automatically sets the charset to utf-8 for JSON responses, but does not do so for text responses. Looking at behavior of send in express, the charset will be set for string responses (added in expressjs/express#f14e39d4).
send
This issue is to investigate making the charset behavior of lambda-express to be more inline with that of express.
The text was updated successfully, but these errors were encountered:
onebytegone
No branches or pull requests
lambda-express automatically sets the charset to utf-8 for JSON responses, but does not do so for text responses. Looking at behavior of
send
in express, the charset will be set for string responses (added in expressjs/express#f14e39d4).This issue is to investigate making the charset behavior of lambda-express to be more inline with that of express.
The text was updated successfully, but these errors were encountered: