IfRange

zio.http.Header.IfRange
See theIfRange companion trait
object IfRange extends HeaderType

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
trait HeaderType
class Object
trait Matchable
class Any
Show all
Self type
IfRange.type

Members list

Type members

Classlikes

final case class DateTime(value: ZonedDateTime) extends IfRange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait IfRange
trait Header
class Object
trait Matchable
class Any
Show all
final case class ETag(value: String) extends IfRange

Attributes

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

Types

override type HeaderValue = IfRange

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

override def name: String

Attributes

Definition Classes
def parse(value: String): Either[String, IfRange]
def render(ifRange: IfRange): String