-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
headers-support-utf8 #1210
base: master
Are you sure you want to change the base?
headers-support-utf8 #1210
Conversation
TypeScript definitions update - DefinitelyTyped/DefinitelyTyped#65578 |
@Doc999tor The default for defParamCharset should be UTF-8. 1.4.4 and below: UTF-8 If it takes semantic versioning, it should be UTF-8, the same as 1.4.4. @LinusU wrote a comment that might be relevant. What do you think? At any rate, I hope it will be released as soon as possible. |
@starnayuta |
@LinusU Are there any blockers for merging this PR? Can we merge it? |
@UlisesGascon, maybe you could assist with this PR? |
Would be nice to merge this. |
It has been over a year, please kindly merge it. |
This PR adds support of busboy's
defParamCharset
option for supporting UTF8 characters in request headers such asfilename
Default:
'latin1'
for backward compatibilityNot required
Resolves #1104, #1194
Example of usage: