Header case conversion #911
Answered
by
jeevatkm
nuanxinqing123
asked this question in
Q&A
-
I came across an API interface where I Header setting Is there any way to avoid the automatic case conversion? |
Beta Was this translation helpful? Give feedback.
Answered by
jeevatkm
Nov 15, 2024
Replies: 1 comment
-
@nuanxinqing123 Go lang makes the automatic conversation of the header key into Canonical format. You could read about that online. In Resty, you could use these methods to preserve the header key format as-is - |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nuanxinqing123
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@nuanxinqing123 Go lang makes the automatic conversation of the header key into Canonical format. You could read about that online.
In Resty, you could use these methods to preserve the header key format as-is -