Packages

object HttpVersion extends Serializable

Source
HttpVersion.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpVersion
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val HTTP/1.0: HttpVersion
  2. val HTTP/1.1: HttpVersion
  3. val HTTP/2.0: HttpVersion
  4. implicit val catsInstancesForHttp4sHttpVersion: Order[HttpVersion] with Show[HttpVersion] with Hash[HttpVersion] with BoundedEnumerable[HttpVersion]
  5. def fromString(s: String): ParseResult[HttpVersion]
  6. def fromVersion(major: Int, minor: Int): ParseResult[HttpVersion]