package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type store = [
  1. | `File of string
  2. | `Memory
]
type representation = [
  1. | `MIME of Netmime.mime_message
  2. | `Simple of simple_message
]
class type cgi_argument = object ... end
val to_compat_argument : Netcgi.cgi_argument -> cgi_argument
val of_compat_argument : cgi_argument -> Netcgi.cgi_argument
type status = Nethttp.http_status
type request_method = [
  1. | `DELETE
  2. | `GET
  3. | `HEAD
  4. | `POST
  5. | `PUT of cgi_argument
]
type cache_control = [
  1. | `Max_age of int
  2. | `No_cache
  3. | `Unspecified
]
type query_string_spec = [
  1. | `Args of cgi_argument list
  2. | `Current
  3. | `Initial
  4. | `None
]
type other_url_spec = [
  1. | `Env
  2. | `None
  3. | `This of string
]
class type cgi_activation = object ... end
val to_compat_activation : Netcgi.cgi -> cgi_activation
val of_compat_activation : cgi_activation -> Netcgi.cgi
OCaml

Innovation. Community. Security.