Module Netcgi_compat


module Netcgi_compat: sig .. end
Compatibility with netcgi


This module has almost the same signature as the version of 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

Note that these modules are only subsets of the full modules.

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