WDialog API for Objective Caml: Wd_run_cgi
sig
val adjust_gc : unit -> unit
val run :
?charset:Pxp_types.rep_encoding ->
?script:string ->
?self_url:string ->
?uifile:string ->
?session_manager:Wd_types.session_manager_type ->
?no_cache:bool ->
?error_page:(Netchannels.out_obj_channel -> exn -> unit) ->
?cgi:Netcgi_types.cgi_activation ->
?response_header:Wd_types.response_header ->
?reg:(Wd_types.universe_type -> unit) -> unit -> unit
end
|