Module Json_uri.Absolute_http
val of_uri : t -> (t, [ `Msg of string ]) resultval of_string : string -> tval to_string : ?pct_encoder:??? -> t -> stringval make :
scheme:[ `Http | `Https ] ->
host:string ->
?userinfo:??? ->
?port:??? ->
?path:??? ->
?query:??? ->
?fragment:??? ->
unit ->
tval scheme : t -> [ `Http | `Https ]