What is the right way to retrieve the value of an ...
# http4k
x
What is the right way to retrieve the value of an individual header from a
Headers
? I see
Response
(by way of
HttpMessage
) has a
headerValues
method, which calls
Headers.headerValues
, but the latter is
internal
.