Module

Axon.Header.Typed

Package
purescript-axon
Repository
cakekindel/purescript-axon

#Wildcard Source

#TypedHeader Source

class TypedHeader a  where

Members

Instances

#Accept Source

newtype Accept a

Constructors

Instances

#Age Source

newtype Age

Constructors

Instances

#BasicAuth Source

#CacheControl' Source

type CacheControl' :: Row Typetype CacheControl' = (immutable :: Boolean, maxAge :: Maybe Int, maxStale :: Maybe Int, minFresh :: Maybe Int, mustRevalidate :: Boolean, mustUnderstand :: Boolean, noCache :: Boolean, noStore :: Boolean, noTransform :: Boolean, onlyIfCached :: Boolean, private :: Boolean, proxyRevalidate :: Boolean, public :: Boolean, sMaxAge :: Maybe Int, staleIfError :: Boolean, staleWhileRevalidate :: Boolean)

#ContentType Source

newtype ContentType a

Constructors

Instances

#ExpectContinue Source

#TE Source

newtype TE

Constructors

Instances

#cacheControl Source

cacheControl :: forall missing r withDefaults. Nub withDefaults CacheControl' => Union r CacheControl' withDefaults => Union missing r CacheControl' => Record r -> CacheControl