FastCGI implementation in OCaml
1This branch exists to figure out an OCaml specification for the FastCGI interface. 2 3The spec for the FastCGI protocol is in spec/FastCGI_Specification.html. 4The Go lang implementation of FastCGI is in spec/fcgi.go. 5 6Both of these are intended to act as a reference implementation, for us to figure out what the ideal OCaml interface should look like for FastCGI. 7 8Our target language is OCaml, using the Eio library. The README for Eio is in OCaml-EIO-README.md to give you a reference.