Http.SchemeHTTP URL schemes.
The type for HTTP URL schemes.
val encode : t -> stringencode s encoes s as a lowercase US-ASCII token.
val of_url : string -> t optionof_url u is the scheme of the HTTP URL u or None if u is not an HTTP URL.
val tcp_port : t -> inttcp_port s is 80 for `Http and 443 for `Https.
val pp : Stdlib.Format.formatter -> t -> unitpp formats schemes for inspection.