Add support for Headers object #763
Closed
andreynovikov
started this conversation in
Ideas
Replies: 1 comment
-
Hi, thank you for your suggestion. I've just added it in d5edcba |
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
-
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