Version 1.3.0
This is a preliminary version of the documentation. Help us to improve it by filling tickets. We are looking for native english speakers to proof read the documentation. Contact us!
module Ocsigen_parseconfig:Config file parsingsig..end
val parse_size : string -> int64 optionFailure "Ocsigen_parseconfig.parse_size" in case of error.val parse_size_tag : string -> string -> int64 optionparse_size_tag tag s parses a size (same syntax as parse_size). In case of error, raises Ocsigen_config.Config_file_error m where m is an error message explaining that a size was expected in tag <tag>.val parse_string : Simplexmlparser.xml list -> stringFailure "Ocsigen_parseconfig.parse_string" in case of error.val parse_string_tag : string -> Simplexmlparser.xml list -> stringparse_string_tag tag s parses a string (same syntax as parse_string). In case of error, raises Ocsigen_config.Config_file_error m where m is an error message explaining that a string was expected in tag <tag>.val parse_host_field : string option -> Ocsigen_extensions.virtual_hostshostfilter field of the configuration file, which is a disjunction of possible hostnames (that can themselves contain wildcards)