sig
type argument_processing = [ `Automatic | `File | `Memory ]
type operating_type =
[ `Direct of string
| `Transactional of
Netcgi1_compat.Netcgi_env.cgi_config ->
Netchannels.out_obj_channel -> Netchannels.trans_out_obj_channel ]
class simple_argument :
?ro:bool -> string -> string -> Netcgi_types.cgi_argument
class mime_argument :
?work_around_backslash_bug:bool ->
string -> Netmime.mime_message -> Netcgi_types.cgi_argument
class std_activation :
?env:Netcgi1_compat.Netcgi_env.cgi_environment ->
?processing:(string ->
Netmime.mime_header ->
Netcgi1_compat.Netcgi.argument_processing) ->
?operating_type:Netcgi1_compat.Netcgi.operating_type ->
unit -> Netcgi_types.cgi_activation
val buffered_transactional_optype : Netcgi1_compat.Netcgi.operating_type
val tempfile_transactional_optype : Netcgi1_compat.Netcgi.operating_type
end