In those examples we are setting the content type ...
# ktor
c
In those examples we are setting the content type header via body (for POST/PUT/PATCH etc), how can we set content-type for GETs given that the old way no longer works? 🤔 From a thread in #ktor