Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

anuragsoni/fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetch

To pin the development version: opam pin add fetch https://github.com/anuragsoni/fetch.git

Example

let uri = Uri.of_string "https://httpbin.org/get" in
match%lwt (get uri |> run) with
| Ok r -> (* do something with response *)
| Error e -> (* do something with error *)

Local Development

Using esy

  • Install esy
  • Clone the repository
  • esy install
  • esy build

Using opam

  • Clone the repository
  • Create local switch opam switch create ./
  • dune build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages