Module

Web.Fetch.Request

Package
purescript-web-fetch
Repository
purescript-web/purescript-web-fetch

#Request Source

data Request

#RequestOptions Source

type RequestOptions :: Row Typetype RequestOptions = (body :: RequestBody, cache :: RequestCache, credentials :: RequestCredentials, headers :: Headers, integrity :: Integrity, method :: Method, mode :: RequestMode, referrer :: Maybe Referrer, referrerPolicy :: ReferrerPolicy)

#UnsafeRequestOptions Source

type UnsafeRequestOptions :: Row Typetype UnsafeRequestOptions = (body :: RequestBody, cache :: String, credentials :: String, headers :: Headers, integrity :: String, method :: String, mode :: String, referrer :: Nullable String, referrerPolicy :: String)

#BuildRequestOptions Source

#ConvertOptions Source

class ConvertOptions :: RowList Type -> Row Type -> Row Type -> Constraintclass ConvertOptions (rl :: RowList Type) (input :: Row Type) (output :: Row Type) | rl input -> output where

Members

Instances