Description

Join the chat at https://gitter.im/mirage/ocaml-cohttp

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

Published: 20 Oct 2018

Dependencies (11)

  1. jsonm build
  2. base64 >= "2.0.0" & < "3.0.0"
  3. stringext
  4. ppx_sexp_conv >= "v0.9.0"
  5. ppx_fields_conv >= "v0.9.0"
  6. sexplib0
  7. fieldslib
  8. uri >= "2.0.0" & < "3.0.0"
  9. re >= "1.7.2"
  10. dune >= "1.1.0"
  11. ocaml >= "4.04.1" & < "5.0"

Dev Dependencies (2)

  1. alcotest with-test
  2. fmt with-test

Used by (67)

  1. aws-async
  2. aws-lwt
  3. aws-s3 >= "2.0.0" & < "4.0.0"
  4. azblob-async
  5. azure-cosmos-db
  6. bap-server >= "0.2.0"
  7. c3
  8. calculon-web < "0.5"
  9. canary
  10. cca >= "0.6.2"
  11. cohttp-async >= "1.0.0" & < "2.2.0"
  12. cohttp-lwt = "1.2.0" | = "2.1.3"
  13. cohttp-lwt-jsoo >= "1.2.0" & < "2.2.0"
  14. cohttp-mirage != "2.1.1" & < "2.5.5"
  15. cohttp-top >= "1.0.0" & < "2.2.0"
  16. comby-semantic
  17. cowabloga >= "0.0.9" & != "0.2.2"
  18. datakit < "0.10.0"
  19. dropbox >= "0.2"
  20. frenetic >= "3.3.0" & < "5.0.5"
  21. git = "1.4.10" | >= "1.5.0" & < "1.10.0"
  22. git-cohttp
  23. git-http >= "2.0.0"
  24. git-paf < "3.5.0"
  25. git-unix < "1.10.0" | >= "2.0.0" & < "3.0.0"
  26. github >= "3.0.1" & < "4.4.0"
  27. github-jsoo >= "3.0.1" & < "4.4.0"
  28. github-unix >= "4.2.0" & < "4.4.0"
  29. graphql-cohttp < "0.9.0"
  30. hockmd
  31. imaplet-lwt >= "0.1.3"
  32. influxdb-async
  33. influxdb-lwt
  34. iocaml < "0.4.8"
  35. ip2location
  36. irmin >= "0.9.0" & != "0.11.1" & < "1.0.0"
  37. irmin-cli
  38. irmin-graphql >= "2.3.0"
  39. irmin-http >= "2.3.0"
  40. irmin-mirage-git >= "2.3.0" & < "2.8.0"
  41. irmin-unix < "0.9.9" | >= "2.3.0"
  42. learn-ocaml < "0.13.0"
  43. learn-ocaml-client < "0.13.0"
  44. letsencrypt < "0.3.0"
  45. links >= "0.7.3"
  46. magic-trace
  47. mechaml >= "1.1.0"
  48. merge-queues >= "0.2.0"
  49. mirage-http = "2.0.0"
  50. mirage-www >= "1.1.0"
  51. nsq >= "0.2.4"
  52. ocamlapi
  53. ojs-base >= "0.3.0" & < "0.6.0"
  54. opium = "0.13.3"
  55. opium_kernel
  56. podge
  57. ppx_json_types
  58. prof_spacetime >= "0.3.0"
  59. prometheus-app >= "0.5" & < "1.2"
  60. quests
  61. session-cohttp
  62. sociaml-facebook-api >= "0.4.1"
  63. telegraml >= "2.2.0"
  64. transmission-rpc
  65. webmachine >= "0.4.0"
  66. websocket >= "2.10" & < "2.14"
  67. xen-api-client >= "0.9.8" & < "0.9.14"

Conflicts

    None