New upstream version 4.0.0
authorStephane Glondu <steph@glondu.net>
Fri, 24 Dec 2021 08:44:30 +0000 (09:44 +0100)
committerStephane Glondu <steph@glondu.net>
Fri, 24 Dec 2021 08:44:30 +0000 (09:44 +0100)
commitaf3f7a3ab3a73ab0c31f5e8e890838f02063fd1d
treebf9ac52b89c6b4ebf47ebb636a301d04bb643124
New upstream version 4.0.0
154 files changed:
CHANGES.md [new file with mode: 0644]
DESIGN.md [new file with mode: 0644]
LICENSE.md [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
TODO.md [new file with mode: 0644]
cohttp-async.opam [new file with mode: 0644]
cohttp-async/bin/cohttp_curl_async.ml [new file with mode: 0644]
cohttp-async/bin/cohttp_server_async.ml [new file with mode: 0644]
cohttp-async/bin/dune [new file with mode: 0644]
cohttp-async/src/body.ml [new file with mode: 0644]
cohttp-async/src/body.mli [new file with mode: 0644]
cohttp-async/src/body_raw.ml [new file with mode: 0644]
cohttp-async/src/client.ml [new file with mode: 0644]
cohttp-async/src/client.mli [new file with mode: 0644]
cohttp-async/src/dune [new file with mode: 0644]
cohttp-async/src/io.ml [new file with mode: 0644]
cohttp-async/src/io.mli [new file with mode: 0644]
cohttp-async/src/request.ml [new file with mode: 0644]
cohttp-async/src/request.mli [new file with mode: 0644]
cohttp-async/src/response.ml [new file with mode: 0644]
cohttp-async/src/response.mli [new file with mode: 0644]
cohttp-async/src/server.ml [new file with mode: 0644]
cohttp-async/src/server.mli [new file with mode: 0644]
cohttp-async/test/dune [new file with mode: 0644]
cohttp-async/test/test_async_integration.ml [new file with mode: 0644]
cohttp-lwt-jsoo.opam [new file with mode: 0644]
cohttp-lwt-jsoo/src/cohttp_lwt_jsoo.ml [new file with mode: 0644]
cohttp-lwt-jsoo/src/cohttp_lwt_jsoo.mli [new file with mode: 0644]
cohttp-lwt-jsoo/src/dune [new file with mode: 0644]
cohttp-lwt-unix.opam [new file with mode: 0644]
cohttp-lwt-unix/bin/cohttp_curl_lwt.ml [new file with mode: 0644]
cohttp-lwt-unix/bin/cohttp_proxy_lwt.ml [new file with mode: 0644]
cohttp-lwt-unix/bin/cohttp_server_lwt.ml [new file with mode: 0644]
cohttp-lwt-unix/bin/dune [new file with mode: 0644]
cohttp-lwt-unix/src/client.ml [new file with mode: 0644]
cohttp-lwt-unix/src/client.mli [new file with mode: 0644]
cohttp-lwt-unix/src/cohttp_lwt_unix.ml [new file with mode: 0644]
cohttp-lwt-unix/src/debug.ml [new file with mode: 0644]
cohttp-lwt-unix/src/debug.mli [new file with mode: 0644]
cohttp-lwt-unix/src/dune [new file with mode: 0644]
cohttp-lwt-unix/src/io.ml [new file with mode: 0644]
cohttp-lwt-unix/src/io.mli [new file with mode: 0644]
cohttp-lwt-unix/src/net.ml [new file with mode: 0644]
cohttp-lwt-unix/src/net.mli [new file with mode: 0644]
cohttp-lwt-unix/src/server.ml [new file with mode: 0644]
cohttp-lwt-unix/src/server.mli [new file with mode: 0644]
cohttp-lwt-unix/test/dune [new file with mode: 0644]
cohttp-lwt-unix/test/test_body.ml [new file with mode: 0644]
cohttp-lwt-unix/test/test_parser.ml [new file with mode: 0644]
cohttp-lwt-unix/test/test_sanity.ml [new file with mode: 0644]
cohttp-lwt-unix/test/test_sanity_noisy.ml [new file with mode: 0644]
cohttp-lwt.opam [new file with mode: 0644]
cohttp-lwt/src/body.ml [new file with mode: 0644]
cohttp-lwt/src/body.mli [new file with mode: 0644]
cohttp-lwt/src/client.ml [new file with mode: 0644]
cohttp-lwt/src/client.mli [new file with mode: 0644]
cohttp-lwt/src/cohttp_lwt.ml [new file with mode: 0644]
cohttp-lwt/src/dune [new file with mode: 0644]
cohttp-lwt/src/make.ml [new file with mode: 0644]
cohttp-lwt/src/s.ml [new file with mode: 0644]
cohttp-lwt/src/server.ml [new file with mode: 0644]
cohttp-lwt/src/server.mli [new file with mode: 0644]
cohttp-lwt/src/string_io.ml [new file with mode: 0644]
cohttp-lwt/src/string_io.mli [new file with mode: 0644]
cohttp-mirage-CHANGES.md [new file with mode: 0644]
cohttp-mirage.opam [new file with mode: 0644]
cohttp-mirage/src/client.ml [new file with mode: 0644]
cohttp-mirage/src/client.mli [new file with mode: 0644]
cohttp-mirage/src/cohttp_mirage.ml [new file with mode: 0644]
cohttp-mirage/src/dune [new file with mode: 0644]
cohttp-mirage/src/io.ml [new file with mode: 0644]
cohttp-mirage/src/io.mli [new file with mode: 0644]
cohttp-mirage/src/make.ml [new file with mode: 0644]
cohttp-mirage/src/make.mli [new file with mode: 0644]
cohttp-mirage/src/server.ml [new file with mode: 0644]
cohttp-mirage/src/server.mli [new file with mode: 0644]
cohttp-mirage/src/static.ml [new file with mode: 0644]
cohttp-mirage/src/static.mli [new file with mode: 0644]
cohttp-top.opam [new file with mode: 0644]
cohttp-top/src/cohttp_top.ml [new file with mode: 0644]
cohttp-top/src/dune [new file with mode: 0644]
cohttp.opam [new file with mode: 0644]
cohttp/scripts/codes/1.json [new file with mode: 0644]
cohttp/scripts/codes/2.json [new file with mode: 0644]
cohttp/scripts/codes/3.json [new file with mode: 0644]
cohttp/scripts/codes/4.json [new file with mode: 0644]
cohttp/scripts/codes/5.json [new file with mode: 0644]
cohttp/scripts/codes/LICENSE [new file with mode: 0644]
cohttp/scripts/dune [new file with mode: 0644]
cohttp/scripts/generate.ml [new file with mode: 0644]
cohttp/src/accept.ml [new file with mode: 0644]
cohttp/src/accept.mli [new file with mode: 0644]
cohttp/src/accept_lexer.mll [new file with mode: 0644]
cohttp/src/accept_parser.mly [new file with mode: 0644]
cohttp/src/accept_types.ml [new file with mode: 0644]
cohttp/src/auth.ml [new file with mode: 0644]
cohttp/src/auth.mli [new file with mode: 0644]
cohttp/src/body.ml [new file with mode: 0644]
cohttp/src/body.mli [new file with mode: 0644]
cohttp/src/cohttp.ml [new file with mode: 0644]
cohttp/src/conf.mli [new file with mode: 0644]
cohttp/src/connection.ml [new file with mode: 0644]
cohttp/src/connection.mli [new file with mode: 0644]
cohttp/src/cookie.ml [new file with mode: 0644]
cohttp/src/cookie.mli [new file with mode: 0644]
cohttp/src/dune [new file with mode: 0644]
cohttp/src/header.ml [new file with mode: 0644]
cohttp/src/header.mli [new file with mode: 0644]
cohttp/src/header_io.ml [new file with mode: 0644]
cohttp/src/header_io.mli [new file with mode: 0644]
cohttp/src/link.ml [new file with mode: 0644]
cohttp/src/link.mli [new file with mode: 0644]
cohttp/src/path.ml [new file with mode: 0644]
cohttp/src/path.mli [new file with mode: 0644]
cohttp/src/request.ml [new file with mode: 0644]
cohttp/src/request.mli [new file with mode: 0644]
cohttp/src/response.ml [new file with mode: 0644]
cohttp/src/response.mli [new file with mode: 0644]
cohttp/src/s.ml [new file with mode: 0644]
cohttp/src/string_io.ml [new file with mode: 0644]
cohttp/src/string_io.mli [new file with mode: 0644]
cohttp/src/transfer.ml [new file with mode: 0644]
cohttp/src/transfer.mli [new file with mode: 0644]
cohttp/src/transfer_io.ml [new file with mode: 0644]
cohttp/src/transfer_io.mli [new file with mode: 0644]
cohttp/test/dune [new file with mode: 0644]
cohttp/test/test_accept.ml [new file with mode: 0644]
cohttp/test/test_body.ml [new file with mode: 0644]
cohttp/test/test_header.ml [new file with mode: 0644]
cohttp/test/test_path.ml [new file with mode: 0644]
cohttp/test/test_request.ml [new file with mode: 0644]
cohttp_async_test/src/cohttp_async_test.ml [new file with mode: 0644]
cohttp_async_test/src/cohttp_async_test.mli [new file with mode: 0644]
cohttp_async_test/src/dune [new file with mode: 0644]
cohttp_lwt_unix_test/src/cohttp_lwt_unix_test.ml [new file with mode: 0644]
cohttp_lwt_unix_test/src/cohttp_lwt_unix_test.mli [new file with mode: 0644]
cohttp_lwt_unix_test/src/dune [new file with mode: 0644]
cohttp_server/cohttp_server.ml [new file with mode: 0644]
cohttp_server/dune [new file with mode: 0644]
cohttp_test/src/cohttp_test.ml [new file with mode: 0644]
cohttp_test/src/cohttp_test.mli [new file with mode: 0644]
cohttp_test/src/dune [new file with mode: 0644]
dune-project [new file with mode: 0644]
examples/async/dune [new file with mode: 0644]
examples/async/hello_world.ml [new file with mode: 0644]
examples/async/receive_post.ml [new file with mode: 0644]
examples/async/s3_cp.ml [new file with mode: 0644]
examples/lwt_unix_doc/client_lwt.ml [new file with mode: 0644]
examples/lwt_unix_doc/client_lwt_timeout.ml [new file with mode: 0644]
examples/lwt_unix_doc/docker_lwt.ml [new file with mode: 0644]
examples/lwt_unix_doc/dune [new file with mode: 0644]
examples/lwt_unix_doc/server_lwt.ml [new file with mode: 0644]
jbuild-workspace.dev [new file with mode: 0644]