package cohttp-async
An OCaml library for HTTP clients and servers
Install
Dune Dependency
Authors
Maintainers
Sources
cohttp-1.0.0.tbz
sha256=42b26ee6126ce0c607345e285a926641f5a9aa48b2854319b1d42c3782a704e0
md5=756f590576d4a60ce2382ef89274b44b
Description
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.
Dependencies (9)
-
uri
< "2.0.0"
-
fmt
>= "0.8.2"
- logs
- magic-mime
-
async
< "v0.10.0"
- conduit-async
-
cohttp
>= "1.0.0"
-
jbuilder
>= "1.0+beta10"
-
ocaml
>= "4.03.0"
Dev Dependencies (1)
-
ounit
with-test
Used by (10)
- aws-async
-
aws-s3
>= "1.1.0" & < "2.0.0"
-
aws-s3-async
< "4.0.0"
- awsm-async
-
frenetic
>= "5.0.0" & < "5.0.5"
-
gemini
>= "0.2.0"
- influxdb-async
- ocamlapi_async
- session-cohttp-async
-
websocket-async
< "2.11"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page