Http.SchemeHTTP URL schemes.
The type for HTTP URL schemes.
val tcp_port : t -> inttcp_port s is 80 for Http and 443 for Https.
val decode_of_url : string -> (t, string) Stdlib.resultdecode_of_url url decodes an HTTP URL scheme from url.
val encode : t -> stringencode s encodes s to the corresponding URL scheme.
val pp : Stdlib.Format.formatter -> t -> unitpp formats schemes for inspection.