lessp / fetch

Fetch libraries/interface for Reason/OCaml
https://lessp.github.io/fetch
MIT License
50 stars 1 forks source link

Provide "sensible defaults" #5

Closed lessp closed 4 years ago

lessp commented 5 years ago

An idea is to provide good default libraries, a part from offering the interface.

It'd be nice if this could include support for HTTPS and HTTP2 as well!

Something like:

fetch-native-lwt
fetch-native-repromise

fetch-node-future
fetch-node-repromise

Fetch Native

Fetch Node

lessp commented 4 years ago

There's a native-version fetch-native-lwt. Providing a reason-promise-version for native as of now might be a bit early.

Releasing a BuckleScript-version with reason-promise may make more sense at this time though!