Module CamlGI


module CamlGI: sig .. end
Library for writing (F)CGI programs.

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
Generate and parse cookies

Main CGI module


module Cgi: sig .. end
(F)CGI high level functions

Useful modules to write scripts


module Template: sig .. end
Template system compatible with mod_caml one.
module DbiPool: sig .. end
module Expires: sig .. end
Dates conforming RFC 1123
module Sendmail: sig .. end
Elementary email functions