Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
X509.HostSourceHostnames (strict, wildcard), used for validation.
type t = [ `Strict | `Wildcard ] * [ `host ] Domain_name.tThe polymorphic variant for hostname validation.
pp ppf host pretty-prints host on ppf: if it is a wildcard, "*." is prefixed to the domain name.
module Set : sig ... endThe module for a set of hostnames.