package cohttp

  1. Overview
  2. No Docs

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: 07 Jan 2018

Dependencies (13)

  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. ppx_type_conv build & >= "v0.9.1"
  7. sexplib
  8. fieldslib
  9. uri >= "1.9.0" & < "2.0.0"
  10. re
  11. jbuilder >= "1.0+beta10"
  12. base-bytes
  13. ocaml >= "4.03.0" & < "5.0"

Dev Dependencies (2)

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

Used by (71)

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

Conflicts

None