generated from tpl/purs
66f87f413b5fceb90962e67888a1cd3b5862c6e5
purescript-ezfetch
High-level bindings to the native fetch API
Effect.Aff.HTTP
The main entry point is Effect.Aff.HTTP.fetch:
fetch <method> <url> <options>
<method>isEffect.Aff.HTTP.Request.Method:purescript data Method = GET | PUT | POST | DELETE | PATCH | HEAD<url>isData.URL.URL(fromurl-immutable)<options>is a partial record of:purescript type OptionalFields = ( body :: Body , headers :: Headers , credentials :: Credentials )
Languages
PureScript
79%
JavaScript
21%