Does ktor automatically convert request header keys to some weird camel case? My GitHub webhook allegedly sends the header
X-GitHub-Event
but the server receives
X-Github-Event
with a lower case h. I've contacted GitHub support and they said it's caused by the receiving server. If it Is caused by ktor, is there a way to keep the original names?