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
Hi,
{ 'headers': { 'someHeader': 'someValue' }, 'multiValueHeaders': { 'someOtherHeader': ['someOtherValue'] } }
The expected outcome is that 'multiValueHeaders' contains all headers
The text was updated successfully, but these errors were encountered:
For context: when I swap to this library it works fine but serverless-http supports basePath with ALB which is what I need right now.
serverless-http
https://github.com/vendia/serverless-express
Sorry, something went wrong.
Just hit this too. Would a PR be merged if one is provided?
Absolutely
Probably should have linked it here when i posted it :-D #272
FYI @grillorafael this is patched in master now.
I'll wait for the release. Thank you @arcticShadow !
No branches or pull requests
Hi,
The expected outcome is that 'multiValueHeaders' contains all headers
The text was updated successfully, but these errors were encountered: