package cohttp
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=fb872f437aabc9c336bb822ac18ccbce794a2614ecb9d3edafb679dcafc82ea4
sha512=a33a02f07621995aad6c7c571cab1ea715912b65a1b6ab0634d9033e786c3c61fefe08fd9783e66743eef8571ac0335136b77be830909ea1c5bbcf6617295a34
Description
Cohttp is an OCaml library for creating HTTP daemons. It has a portable HTTP parser, and implementations using various asynchronous programming libraries.
See the cohttp-async, cohttp-lwt, cohttp-lwt-unix, cohttp-lwt-jsoo and cohttp-mirage libraries for concrete implementations for particular targets.
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 (17)
-
jsonm
build
- stdlib-shims
-
base64
>= "3.1.0"
- stringext
- stdlib-shims
-
ppx_compare
>= "v0.13.0"
-
ppx_sexp_conv
>= "v0.13.0"
-
ppx_fields_conv
>= "v0.9.0"
- sexplib0
- fieldslib
- uri-sexp
-
uri
>= "2.0.0"
-
re
>= "1.9.0"
-
dune
>= "1.1.0"
- base-bytes
-
ocaml
>= "5.0"
-
ocaml
>= "4.08" & < "5.0"
Used by (82)
- aws-async
- aws-lwt
-
aws-s3
>= "2.0.0" & < "4.0.0"
- awsm
- awsm-codegen
- azblob
- azblob-async
- azure-cosmos-db
- c3
-
calculon-web
< "0.5"
- caldav
- canary
-
cca
>= "0.6.2"
-
cohttp-async
>= "1.0.0" & < "2.2.0" | = "3.0.0"
-
cohttp-lwt
= "3.0.0"
-
cohttp-lwt-jsoo
>= "1.2.0" & < "2.2.0" | = "3.0.0"
-
cohttp-mirage
= "3.0.0"
-
cohttp-top
>= "1.0.0" & < "2.2.0" | = "3.0.0"
- cohttp_async_websocket
- comby-semantic
-
cowabloga
>= "0.0.9" & != "0.2.2"
-
current_github
>= "0.4" & < "0.6"
-
current_slack
= "0.5"
-
current_web
>= "0.4" & < "0.6"
-
datakit
< "0.10.0"
- dblp-api
-
dropbox
>= "0.2"
-
frenetic
>= "3.3.0" & < "5.0.5"
-
git
= "1.4.10" | >= "1.5.0" & < "1.10.0"
- git-cohttp
- git-cohttp-mirage
- git-cohttp-unix
-
git-paf
< "3.5.0"
-
git-unix
< "1.10.0" | >= "2.1.1" & < "3.0.0"
-
github
>= "3.0.1" & < "4.4.0"
-
github-jsoo
>= "4.1.0" & < "4.3.0"
-
github-unix
>= "4.2.0" & < "4.4.0"
- graphql-cohttp
- hockmd
-
imaplet-lwt
>= "0.1.3"
- influxdb-async
- influxdb-lwt
-
iocaml
< "0.4.8"
- ip2location
- ip2locationio
- ip2whois
-
irmin
>= "0.9.0" & != "0.11.1" & < "1.0.0"
- irmin-cli
-
irmin-graphql
>= "2.3.0"
-
irmin-http
>= "2.3.0"
-
irmin-mirage-git
>= "2.3.0" & < "2.8.0"
-
irmin-unix
< "0.9.9" | >= "2.3.0"
-
learn-ocaml
!= "0.12"
-
learn-ocaml-client
>= "0.13.0"
-
letsencrypt
< "0.3.0"
-
links
>= "0.7.3"
- magic-trace
-
mechaml
>= "1.2.1"
-
merge-queues
>= "0.2.0"
-
mirage-http
= "2.0.0"
-
mirage-www
>= "1.1.0"
-
nsq
>= "0.2.4"
- ocamlapi
- oframl
-
ojs-base
>= "0.3.0" & < "0.6.0"
-
opium
= "0.13.3"
- opium_kernel
- podge
- ppx_json_types
-
prometheus-app
>= "0.5" & < "1.2"
- quests
-
reddit_api_kernel
< "0.2.1"
- sentry
- session-cohttp
-
sociaml-facebook-api
>= "0.4.1"
-
telegraml
>= "2.2.0"
- tidy_email_mailgun
- tidy_email_sendgrid
- transmission-rpc
-
webmachine
>= "0.4.0"
-
websocket
>= "2.10" & < "2.15"
-
xen-api-client
>= "0.9.8" & < "0.9.14"
Conflicts
None