mirror of
https://github.com/rowtype-yoga/purescript-fetch-core.git
synced 2024-11-22 06:02:37 +03:00
Types and low-level implementations for the Fetch API
.github | ||
src/Fetch | ||
test | ||
.eslintrc.json | ||
.gitignore | ||
bower.json | ||
CHANGELOG.md | ||
LICENSE | ||
package.json | ||
packages.dhall | ||
README.md | ||
spago.dhall | ||
test.dhall |
⚠️ Deprecated: This library is deprecated and replaced by purescript-js-fetch
. If you need a high-level client use purescript-fetch
!
purescript-fetch-core
Types and low-level implementations for the WHATWG Fetch Living Standard.
For a high-level library see purescript-fetch
Installation
spago install fetch-core
Documentation
Module documentation is published on Pursuit.