Date

zio.http.model.headers.values.Date$
See theDate companion trait
object Date

The Date general HTTP header contains the date and time at which the message originated.

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Date.type

Members list

Concise view

Type members

Classlikes

case object InvalidDate extends Date

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Date
class Object
trait Matchable
class Any
Self type
final case class ValidDate(value: ZonedDateTime) extends Date

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Date
class Object
trait Matchable
class Any

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromDate(value: Date): String
def toDate(value: String): Date