object ResponseHeader
- Source
- Results.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResponseHeader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(status: Int, headers: Map[String, String] = Map.empty, reasonPhrase: Option[String] = None): ResponseHeader
- val basicDateFormatPattern: String
- val httpDateFormat: DateTimeFormatter
- def unapply(rh: ResponseHeader): Option[(Int, Map[String, String], Option[String])]