IfUnmodifiedSince

zio.http.Header.IfUnmodifiedSince
See theIfUnmodifiedSince companion class
object IfUnmodifiedSince extends HeaderType

If-Unmodified-Since request header makes the request for the resource conditional: the server will send the requested resource or accept it in the case of a POST or another non-safe method only if the resource has not been modified after the date specified by this HTTP header.

Attributes

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

Members list

Type members

Types

override type HeaderValue = IfUnmodifiedSince

Inherited types

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