We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it return 404 Not found if the request headers is:
headers: myheader: - "abc"
but it's okay if I change the request header to:
headers: Myheader: - "abc"
P/s: work with My_header, doesn't work with My_Header
The text was updated successfully, but these errors were encountered:
I ran into this as well. I did some digging and it is in the core go library. All headers go though https://pkg.go.dev/net/textproto#CanonicalMIMEHeaderKey
Sorry, something went wrong.
No branches or pull requests
it return 404 Not found if the request headers is:
but it's okay if I change the request header to:
P/s: work with My_header, doesn't work with My_Header
The text was updated successfully, but these errors were encountered: