object HttpVersion extends Serializable
- Source
- HttpVersion.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpVersion
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val HTTP/1.0: HttpVersion
- val HTTP/1.1: HttpVersion
- val HTTP/2.0: HttpVersion
- implicit val catsInstancesForHttp4sHttpVersion: Order[HttpVersion] with Show[HttpVersion] with Hash[HttpVersion] with BoundedEnumerable[HttpVersion]
- def fromString(s: String): ParseResult[HttpVersion]
- def fromVersion(major: Int, minor: Int): ParseResult[HttpVersion]