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

Set default charset for resp.send() #34

Open
onebytegone opened this issue Mar 20, 2019 · 0 comments
Open

Set default charset for resp.send() #34

onebytegone opened this issue Mar 20, 2019 · 0 comments
Assignees

Comments

@onebytegone
Copy link
Contributor

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.

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

1 participant