Module

Yoga.Fetch

Package
purescript-yoga-fetch
Repository
rowtype-yoga/purescript-yoga-fetch

#URL Source

newtype URL

Constructors

Instances

#Fetch Source

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

#Response Source

#Options Source

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

#Method Source

data Method

#Redirect Source

#defaultFetchOptions Source

defaultFetchOptions :: { method :: Method }

#patchMethod Source

#deleteMethod Source

#sameOriginCredentials Source

#makeHeaders Source

#statusCode Source