Module

Web.Fetch.Request

#Request

data Request :: Type

#RequestOptions

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

#UnsafeRequestOptions

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

#new'

#BuildRequestOptions

#ConvertOptions

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

Members

Instances

Modules