Piaf.Scheme
type t
=
|
HTTP
HTTPS
val of_uri : Uri.t -> (t, [ `Msg of string ]) Stdlib.result
val to_string : t -> string
val pp_hum : Stdlib.Format.formatter -> t -> unit