data class HeaderEntry
Response HTTP header entry
HeaderEntry(name: String, value: String)
val name: String
val value: String