Replies: 1 comment 1 reply
-
Hi @grgouala I'd love to accept a PR on this if you're interested in doing it! Cheers |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I suggest to modify the Headers dictionary to a case insensitive one through the constructor with equality comparer set to StringComparer.InvariantCultureIgnoreCase.
Indeed, we can check the existence of a header by using the case unsensitive version of HeaderExists, but then we are not able to get the header value in the same manner.
That would be much easier and safer to remove completely any case sensitivity issues by making the Headers dictionary case sensitivity.
gregory
Beta Was this translation helpful? Give feedback.
All reactions