Date

zio.http.Header.Date
See theDate companion class
object Date extends HeaderType

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

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait HeaderType
class Object
trait Matchable
class Any
Show all
Self type
Date.type

Members list

Type members

Types

override type HeaderValue = Date

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, Date]
def render(date: Date): String