ada2k
ada2k
Hello, apologies if an issue is not the right venue for this, but are there plans to update this project for OCaml 5? Is this limited by the incompatibility with...
ocamlfind -toolchain windows ocamldep -package bytes -package uchar -modules src/uutf.ml > src/uutf.ml.depends + ocamlfind -toolchain windows ocamldep -package bytes -package uchar -modules src/uutf.ml > src/uutf.ml.depends ocamlfind: Package `uchar' not found...
Adapts code to the new Body.Writer and Body.Reader modules in httpaf's master branch.
This allows for the user to use httpcats while writing their own server loop, which is essential for a number of usecases including parsing of the tcp PROXY protocol or...