Add support for Headers object #763
Closed
andreynovikov
started this conversation in
Ideas
Replies: 2 comments
-
Hi, thank you for your suggestion. I've just added it in d5edcba |
Beta Was this translation helpful? Give feedback.
0 replies
-
Works great, thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In some Node environments
request.headers
is not a dictionary, but aHeaders
object: https://developer.mozilla.org/en-US/docs/Web/API/HeadersIt would be great if the library can handle it natively without the need to convert it to dictionary.
Beta Was this translation helpful? Give feedback.
All reactions