Module
Calpis
- Package
- purescript-calpis
- Repository
- justinwoo/purescript-calpis
#Options Source
type Options = (body :: String, credentials :: Credentials, headers :: Headers, method :: Method)
#defaultFetchOptions Source
defaultFetchOptions :: { method :: Method }
#postMethod Source
postMethod :: Method
#headMethod Source
headMethod :: Method
#arrayBuffer Source
arrayBuffer :: Response -> Effect (JSPromise ArrayBuffer)
#makeHeaders Source
makeHeaders :: forall r. Homogeneous r String => Record r -> Headers
#statusCode Source
statusCode :: Response -> Int