Module

Calpis

Package
purescript-calpis
Repository
justinwoo/purescript-calpis

#URL Source

newtype URL

Constructors

Instances

#Fetch Source

type Fetch = forall trash options. Union options trash Options => URL -> { method :: Method | options } -> PromiseSpec Response

#Response Source

data Response :: Type

#Options Source

type Options = (body :: String, credentials :: Credentials, headers :: Headers, method :: Method)

#Method Source

data Method :: Type

#defaultFetchOptions Source

defaultFetchOptions :: { method :: Method }

#deleteMethod Source

#sameOriginCredentials Source

#makeHeaders Source

#statusCode Source