Plasma GitLab Archive
Projects Blog Knowledge

Module Netcgi1_compat.Netcgi_types


module Netcgi_types: sig .. end

class type simple_message = Netmime.mime_body
type store = [ `File of string | `Memory ] 
Embedded in the single place of use.
type representation = [ `MIME of Netmime.mime_message
| `Simple of simple_message ]
Embedded in the single place of use.
class type cgi_argument = object .. end
type cgi_cookie = Nethttp.cookie = {
   cookie_name : string;
   cookie_value : string;
   cookie_expires : float option;
   cookie_domain : string option;
   cookie_path : string option;
   cookie_secure : bool;
}
type status = Nethttp.http_status 
type request_method = [ `DELETE
| `GET
| `HEAD
| `POST
| `PUT of cgi_argument ]
type cache_control = [ `Max_age of int | `No_cache | `Unspecified ] 
type query_string_spec = [ `Args of cgi_argument list
| `Current
| `Initial
| `None ]
type other_url_spec = [ `Env | `None | `This of string ] 
class type cgi_activation = object .. end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml