module Netcgi_test:sig..end
Connector for testing your code.
This is to be developed. There are several ways to go about this and it is not clear which one to take.
val run : ?config:Netcgi.config ->
       ?output_type:Netcgi.output_type ->
       ?arg_store:Netcgi.arg_store ->
       ?args:Netcgi.cgi_argument list -> (Netcgi.cgi -> unit) -> unit