EndTotal

zio.http.Header.ContentRange.EndTotal
final case class EndTotal(unit: String, s: Int, e: Int, t: Int) extends ContentRange

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ContentRange
trait Header
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

override type Self = ContentRange

Attributes

Inherited from:
ContentRange

Value members

Concrete methods

def end: Option[Int]
def start: Option[Int]
def total: Option[Int]

Inherited methods

def headerName: String

Attributes

Inherited from:
Header
override def headerType: Typed[ContentRange]

Attributes

Definition Classes
Inherited from:
ContentRange
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def renderedValue: String

Attributes

Inherited from:
Header
override def self: Self

Attributes

Definition Classes
Inherited from:
ContentRange

Inherited fields

lazy val untyped: Custom

Attributes

Inherited from:
Header