Module

Milkis

#URL

newtype URL

Constructors

Instances

#Fetch

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

#Response

data Response :: Type

#Options

type Options = (body :: String, credentials :: Credentials, follow :: Int, headers :: Headers, method :: Method, redirect :: Redirect)

#Method

data Method :: Type

#Headers

#Redirect

data Redirect :: Type

#defaultFetchOptions

defaultFetchOptions :: { method :: Method }

#getMethod

#postMethod

#putMethod

#deleteMethod

#headMethod

#redirectError

#redirectFollow

#redirectManual

#omitCredentials

#sameOriginCredentials

#includeCredentials

#fetch

#makeHeaders

#statusCode

#url

Modules