Version

zio.http.Version
See theVersion companion object
sealed trait Version

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Default.type
object Http_1_0.type
object Http_1_1.type
Self type

Members list

Value members

Abstract methods

def ordinal: Int

An integer representing the version. The integer is arbitrary, it is only guaranteed that later versions of the HTTP protocol have a higher number, and that the "default" version has the lowest number.

An integer representing the version. The integer is arbitrary, it is only guaranteed that later versions of the HTTP protocol have a higher number, and that the "default" version has the lowest number.

Attributes

Concrete methods

def ++(that: Version): Version
def combine(that: Version): Version
def isHttp1_0: Boolean
def isHttp1_1: Boolean