Module Json_uri.Absolute_http

type t
val of_uri : t -> (t, [ `Msg of string ]) result
val to_uri : t -> t
val of_string : string -> t
val to_string : ?pct_encoder:??? -> t -> string
val make : scheme:[ `Http | `Https ] -> host:string -> ?userinfo:??? -> ?port:??? -> ?path:??? -> ?query:??? -> ?fragment:??? -> unit -> t
val host : t -> string
val scheme : t -> [ `Http | `Https ]