Plasma GitLab Archive
Projects Blog Knowledge

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

  • Netcgi1_compat.Netcgi
  • Netcgi1_compat.Netcgi_types
  • Netcgi1_compat.Netcgi_env
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
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml