Http.SchemeHTTP URL schemes.
The type for HTTP URL schemes.
val encode : t -> stringencode s encoes s as a lowercase US-ASCII token.
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.