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 ssl_info = {
  1. ssl_certificate : string option;
  2. ssl_privatekey : string option;
  3. ssl_ciphers : string option;
  4. ssl_dhfile : string option;
  5. ssl_curve : string option;
}
val extract_info : Simplexmlparser.xml list -> (string option * string option) * (ssl_info option * (Ocsigen_socket.socket_type * int) list * (Ocsigen_socket.socket_type * int) list) * (int * int)
val parse_config : ?file:string -> unit -> Simplexmlparser.xml list list