org.http4s.HttpVersion
See theHttpVersion companion object
final case class HttpVersion extends Renderable, Ordered[HttpVersion]
HTTP's version number consists of two decimal digits separated by a "." (period or decimal point). The first digit ("major version") indicates the messaging syntax, whereas the second digit ("minor version") indicates the highest minor version within that major version to which the sender is conformant (able to understand for future communication).
Value parameters
- major
-
The major version,
0
to9
inclusive - minor
-
The minor version,
0
to9
inclusive
Attributes
- See also
-
Semantics, Protocol Versioning
- Companion
- object
- Source
- HttpVersion.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Ordered[HttpVersion]trait Comparable[HttpVersion]trait Renderableclass Objecttrait Matchableclass Any
Members list
In this article