org.http4s.HttpVersion
See theHttpVersion companion object
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).
Attributes
- major
The major version,
0
to9
inclusive- minor
The minor version,
0
to9
inclusive- 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