2024-04-06 01:27:11 +02:00
2024-04-06 01:27:11 +02:00
2024-04-06 01:27:11 +02:00
2023-10-03 12:15:25 +02:00
2024-04-06 01:27:11 +02:00
2023-10-03 12:15:25 +02:00
2023-10-24 12:00:46 +02:00

A simple HTTP client/server (http/1.1 & h2) with Miou

httpcats

$ git clone https://github.com/robur-coop/httpcats
$ cd httpcats
$ opam pin add -yn .
$ dune build app/pars.exe
$ cat >to_download.txt <<EOF
https://builds.osau.re/job/bob/build/latest/f/bin/bob.com
EOF
$ dune exec app/pars.exe -- < to_download.txt

NOTE: it requires the upstream version of miou!

  • Fix the issue between HTTP/1.1 and TLS (and close-notify)
  • Implement some tests
  • Documentation (.ml & .mli)
  • DNS resolution over UDP
  • DNS over TLS
  • happy-eyeballs
Description
A simple HTTP client (http/1.1 & h2) with Miou
Readme
Languages
OCaml 99.6%
C 0.4%