Why does RequestHeaders
have the get
key?
#99
Answered
by
enisdenjo
aarontravass
asked this question in
Q&A
-
Servers implementing the |
Beta Was this translation helpful? Give feedback.
Answered by
enisdenjo
Jul 7, 2023
Replies: 1 comment 4 replies
-
The Fetch API request headers use the get method while Node's incoming message headers is an object. There should be no conflicts, can you share an example or a repro? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
graphql-http
has its own Request, you cannot override it. You can either:or