module Netcgi_compat:Compatibility withsig
..end
netcgi
Netcgi_compat
shipped with netcgi
, the revised version of this library. This makes
it possible to build programs with either cgi
or netcgi
by
adding
open Netcgi_compat
at the beginning of every source file, or by referring to the cgi
modules as
Netcgi_compat.Netcgi
Netcgi_compat.Netcgi_types
Netcgi_compat.Netcgi_env
For new projects it is strongly recommended to use the new API of
netcgi
instead of Netcgi_compat
!
module Netcgi_env:sig
..end
module Netcgi_types:sig
..end
module Netcgi:sig
..end