You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And you can assign me to this task (i you want), I will need the same test for simple_httpd like the one for my PR #50 which
is not very necessary for tiny_httpd compared to simple_httpd.
Do you mind if http_of_dir move to the tiny_httpd_camlzip package to have a compress option. This would
give a simple way to test compression and also allow more use case of http_of_dir.
I think we can keep http_of_dir in the tiny_httpd package, but use the select expression in dune to have an optional dep on tiny_httpd_camlzip. I can give more details on how that works.
Yes please, if you can give me details, I could use them for Simple_httpd too.
I have ssl support (was easy to do with ocaml-ssl), but it is not easy to separate, the easiest would be to have a fake SSl module with the same interface. But I struggle with opam to do that. Ideally, I would like opam option to refer to separate git branch if possible.
maybe depend on conf-curl/ocurl/curly to do the tests?
/zcat/file
endpoint)X-tested: ok
?)for gzip: we can use a select expression in dune, to avoid a hard dependency on it.
The text was updated successfully, but these errors were encountered: