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
supertest.get('test').set('Cache-Control', 'xablau' ) comes as
headers: { 'cache-control: xablau' }
headers are always converted to lowercase
how can i keep it exactly as it was set
The text was updated successfully, but these errors were encountered:
This seems to be an old issue, #350 #796, not sure why it's still happening (it's happening for me as well)
Sorry, something went wrong.
No branches or pull requests
supertest.get('test').set('Cache-Control', 'xablau' )
comes as
headers: {
'cache-control: xablau'
}
headers are always converted to lowercase
how can i keep it exactly as it was set
The text was updated successfully, but these errors were encountered: