Module Netcgi1_compat


module Netcgi1_compat: sig .. end
Compatibility with netcgi2 based on the netcgi1 API


This module has almost the same signature as the version of Netcgi1_compat shipped with netcgi2, the revised version of this library. This makes it possible to build programs with either netcgi1 or netcgi2 by adding

 open Netcgi1_compat 

at the beginning of every source file, or by referring to the netcgi1 modules as

Note that these modules are only subsets of the full modules.
module Netcgi_env: sig .. end
module Netcgi_types: sig .. end
module Netcgi: sig .. end