package ocsigenserver

  1. Overview
  2. Docs
val parse_size : string -> int64 option
val parse_size_tag : string -> string -> int64 option
val parse_string : Simplexmlparser.xml list -> string
val parse_string_tag : string -> Simplexmlparser.xml list -> string
val parse_host_field : string option -> Ocsigen_extensions.virtual_hosts
val parser_config : Simplexmlparser.xml list -> Simplexmlparser.xml list list
val parse_server : bool -> Simplexmlparser.xml list -> unit
type socket_type =
  1. | IPv4 of Unix.inet_addr
  2. | IPv6 of Unix.inet_addr
  3. | All
val extract_info : Simplexmlparser.xml list -> (string option * string option) * ((string option * string option) option * (socket_type * int) list * (socket_type * int) list) * (int * int)
val parse_config : ?file:string -> unit -> Simplexmlparser.xml list list
OCaml

Innovation. Community. Security.