Skip to content

Commit

Permalink
Simplify cohttp-lwt-jsoo
Browse files Browse the repository at this point in the history
I was trying to use the package and found rather confusing that one does not use Cohttp_lwt_jsoo and instead uses Cohttp_lwt_xhr.

The documentation already makes it clear that the module uses an XHR request, so I don't really see the need for this discrepancy.

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
  • Loading branch information
mseri committed Oct 17, 2020
1 parent 6d7b5fe commit 4eaebed
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion cohttp-lwt-jsoo/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
(name cohttp_lwt_jsoo)
(public_name cohttp-lwt-jsoo)
(synopsis "XHR/Lwt based http client")
(wrapped false)
(preprocess (pps js_of_ocaml-ppx))
(libraries js_of_ocaml cohttp-lwt))

0 comments on commit 4eaebed

Please sign in to comment.