fun get(index: Int): Header
(source)
Overrides Headers.get
Gets the Header at the specified index.
fun get(name: String): String?
(source)
Overrides Headers.get
Returns the last value corresponding to the specified header field name. Or null if the header does not exist.