module CamlGI:Library for writing (F)CGI programs.sig
..end
CamlGI supports multiple connections and multiplexed requests. You can execute those concurrently with the model of your choice (unix fork, threads,...).
This library is mostly compatible with the Cgi library of mod_caml
so porting programs between the two is fairly straightforward.
module Cookie:sig
..end
module Cgi:sig
..end
module Template:sig
..end
module DbiPool:sig
..end
module Expires:sig
..end
module Sendmail:sig
..end