Does Ktor offer a way to read response headers whi...
# ktor
s
Does Ktor offer a way to read response headers while also specifying a custom response type? Somewhat similar to how retrofit offers a decorative
Response
type:
Copy code
client.get<HttpResponse<ResponseType>>("...")