object HttpVersion extends Serializable
- Source
- HttpVersion.scala
- Alphabetic
- By Inheritance
- HttpVersion
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- 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]
Deprecated Value Members
-
val
http4sHttpOrderForVersion: Order[HttpVersion]
- Annotations
- @deprecated
- Deprecated
(Since version 0.21.12) Use catsInstancesForHttp4sHttpVersion
-
val
http4sHttpShowForVersion: Show[HttpVersion]
- Annotations
- @deprecated
- Deprecated
(Since version 0.21.12) Use catsInstancesForHttp4sHttpVersion