generated from tpl/purs
79765e3e9904b18383d8f09a6abdba0deef3ac0e
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: data Method = GET | PUT | POST | DELETE | PATCH | HEAD<url>isData.URL.URL(fromurl-immutable)<options>is a partial record of: type OptionalFields = ( body :: Body , headers :: Headers , credentials :: Credentials )
Languages
PureScript
79%
JavaScript
21%