open fun getHeader(name: String): String
Looks up a HTTP response header by name, in case where the response is a list of headers, the first one is returned.
name - of the header to look up
name
Return the single value for the header.