Types and low-level implementations for the Fetch API
Go to file
2023-09-26 09:24:01 +01:00
.github Add duplex option (#3) 2023-08-07 19:29:09 -04:00
src/Fetch Add duplex option (#3) 2023-08-07 19:29:09 -04:00
test Add duplex option (#3) 2023-08-07 19:29:09 -04:00
.eslintrc.json Update to PureScript v0.15.0 (#8) 2022-03-22 20:30:15 -04:00
.gitignore Configure GitHub Actions (#1) 2020-12-08 16:39:03 -08:00
bower.json Update bower.json 2023-08-04 12:29:59 -04:00
CHANGELOG.md migrate to js-promise 2023-08-04 12:05:35 -04:00
LICENSE Initial commit 2020-01-14 11:12:30 -08:00
package.json Add duplex option (#3) 2023-08-07 19:29:09 -04:00
packages.dhall migrate to js-promise 2023-08-04 12:05:35 -04:00
README.md Update README.md 2023-09-26 09:24:01 +01:00
spago.dhall migrate to js-promise 2023-08-04 12:05:35 -04:00
test.dhall Add duplex option (#3) 2023-08-07 19:29:09 -04:00

⚠️ Deprecated: This library is deprecated and replaced by purescript-js-fetch. If you need a high-level client use purescript-fetch!

purescript-fetch-core

Latest release Build status Pursuit

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.