StreamHeaders

case class StreamHeaders(url: String, statusCode: Int, statusMessage: String, headers: Map[String, Seq[String]], history: Option[Response])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def is2xx: Boolean
def is3xx: Boolean
def is4xx: Boolean
def is5xx: Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product