Module CamlGI


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

CamlGI supports multiple connections and multiplexed requests transparently for the user. Each request runs in its own thread.

This library is compatible with the Cgi library of mod_caml for standard operations.



Main CGI module


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

Useful modules to write scripts


module Cookie: sig .. end
Generate and parse cookies
module Expires: sig .. end
Dates conforming RFC 1123
module Sendmail: sig .. end
Elementary email functions