package piaf

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