Module

Milkis

Package
purescript-milkis
Repository
justinwoo/purescript-milkis

#URL Source

newtype URL

Constructors

Instances

#Fetch Source

type Fetch = forall trash options. Union options trash Options => URL -> { method :: Method | options } -> Aff 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