Docs GODI Archive
Projects Blog Link DB

Search GODI:


More options
File lib/ocaml/pkg-lib/netcgi1/netcgi_fcgi_10.cmi_pretty GODI Package godi-ocamlnet
Library netcgi1
 
   Netcgi_fcgi_10.html    netcgi_fcgi_10.cmi_pretty    netcgi_fcgi_10.mli    Sources  
exception FCGI_error of string * exn
val max_rec_size : int
type fcgiHeader =
  Netcgi_fcgi_10.fcgiHeader = {
  version : int;
  rtype : int;
  requestid : int;
  contentlen : int;
  padlen : int;
}
type fcgiBeginRequestBody =
  Netcgi_fcgi_10.fcgiBeginRequestBody = {
  role : int;
  flags : int;
}
type fcgiEndRequestBody =
  Netcgi_fcgi_10.fcgiEndRequestBody = {
  astatus : int;
  pstatus : int;
}
type fcgiRequest =
  Netcgi_fcgi_10.fcgiRequest = {
  id : int;
  app_type : int;
  params : (string * string) list;
  stdin : string;
  data : string;
  con : Unix.file_descr;
}
val fcgi_accept : unit -> fcgiRequest
val fcgi_destroy : fcgiRequest -> unit
val fcgi_write_stdout : fcgiRequest -> string -> unit
val fcgi_write_stderr : fcgiRequest -> string -> unit
val fcgi_write_end_request : fcgiRequest -> fcgiEndRequestBody -> unit
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml