<How to get HTTP request headers in Ktor> I am usi...
# stackoverflow
r
How to get HTTP request headers in Ktor I am using HttpClient from Ktor in my Kotlin project. How can I access the HTTP request headers? I know I can set them in the trailing HttpRequestBuilder lambda, but how do I see the headers that are currently set for the request (ideally before sending it)?