cohttp-lwt-jsooversion
An OCaml library for HTTP clients and servers
Cohttp is an OCaml library for creating HTTP daemons. It has a portable HTTP parser, and implementations using various asynchronous programming libraries:
Cohttp_lwt_unix
uses the Lwt library, and specifically the UNIX bindings.Cohttp_async
uses the Async library.Cohttp_lwt
exposes an OS-independent Lwt interface, which is used by the Mirage interface to generate standalone microkernels (use the cohttp-mirage subpackage).Cohttp_lwt_xhr
compiles to a JavaScript module that maps the Cohttp calls to XMLHTTPRequests. This is used to compile OCaml libraries like the GitHub bindings to JavaScript and still run efficiently.
You can implement other targets using the parser very easily. Look at the IO
signature in lib/s.mli
and implement that in the desired backend.
You can activate some runtime debugging by setting COHTTP_DEBUG
to any
value, and all requests and responses will be written to stderr. Further
debugging of the connection layer can be obtained by setting CONDUIT_DEBUG
to any value.
Tags | org:mirage org:xapi-project |
---|---|
Authors | Anil Madhavapeddy, Stefano Zacchiroli, David Sheets, Thomas Gazagnaire, David Scott, Rudi Grinberg and Andy Ray |
License | ISC |
Published | |
Homepage | https://github.com/mirage/ocaml-cohttp |
Issue Tracker | https://github.com/mirage/ocaml-cohttp/issues |
Maintainer | anil@recoil.org |
Dependencies |
|
Conflicts |
|
Source [http] | https://github.com/mirage/ocaml-cohttp/releases/download/v1.0.2/cohttp-1.0.2.tbz sha256=64a7249ef1568006108280343b416dd2b5807af603472246c24ecf43b1a207f5 md5=d0a46e32911773862e1a9b420c0058bc |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.1.0.2/opam |
Required by
- github-jsoo>=3.0.1 & <4.4.0
- graphql_jsoo_client
Optionally used by
- ez_api>=1.0.0