package paf-cohttp

  1. Overview
  2. Docs
A CoHTTP client with its HTTP/AF implementation

Install

Dune Dependency

Authors

Maintainers

Sources

paf-0.0.8-1.tbz
sha256=320406348df093126842abc2d68324ce7091736b7fb8cb3645968168de3ae642
sha512=c067e933bc67a9e658e4e64897911d2118fa4b73a2ae73749108b6fc2fe6cb927ef158c48d86e5d076cf1f2e0e83959fc82ca79a412f672cd62e03a3a6f5271d

CHANGES.md.html

0.0.8-1 (2022-05-21) Paris - France

  • Do the TLS handshake in an asynchronous task (@TheLortex, @hannesm, #64)

0.0.8 (2022-04-01) Paris - France

  • Upgrade to tcpip.7.0.0 (@dinosaure, #54)

  • Let the user to manipulate the incoming flow (@dinosaure, #55)

0.0.7 (2021-10-12) Paris - France

  • Avoid astring dependency (@dinosaure, #45)

  • Remove rresult dependency (@hannesm, @dinosaure, #47)

  • Upgrade the code-base with mirage-stack.3.0.0 (@dinosaure, #49)

  • Update ALPN module without GADT (@dinosaure, #50)

0.0.6 (2021-10-11) Paris - France

  • Use tls.0.15.0, x509.0.15.0 and letsencrypt.0.4.0 (@hannesm, @dinosaure, #42)

  • Fix the documentation (@dinosaure, #43)

0.0.5 (2021-03-08) Paris - France

  • Use tls.0.14.0 (@hannesm, @dinosaure, #38)

0.0.4 (2021-26-07) Paris - France

  • Don't use disconnect when the server terminates (@dinosaure, #28)

  • The main loop should not leave when it get an error from a client (@dinosaure, #28)

  • Closed error from TLS layer does not mean that the service is close, wrap such error into a client's write_error (@dinosaure, #28)

  • Do the compression of the ring-buffer at any call of read (@dinosaure, #29)

  • Refactore the loop under a common implementation (@dinosaure, #30)

  • Add a simple accessor to the peer identity (@dinosaure, #31)

  • Cut package between paf & paf-cohttp (@dinosaure, @hannesm, #32)

  • Cut package between paf & paf-le (@dinosaure, @hannesm, #33)

  • Update unikernels with the package layout (@dinosaure, #34)

0.0.3 (2021-26-04) Paris - France

  • Update to X509.0.13.0 (@hannesm, #26)

0.0.2 (2021-20-04) Paris - France

  • Add simple unikernel as an example of paf (@dinosaure, #17)

  • Unfunctorize the client part of HTTP/AF (@dinosaure, #18)

  • Ensure to pass queries to the server handler (@dinosaure, #19)

  • Add the support of h2 and ALPN (@dinosaure, #20)

  • Support tls.0.13.0 (@dinosaure, @hannesm, #21)

  • Add tests about ALPN dispatcher (@dinosaure, #22)

0.0.1 (2021-27-01) Paris - France

  • First release of paf