package piaf

  1. Overview
  2. Docs
type http = [
  1. | `HTTP
]
type https = [
  1. | `HTTPS
]
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
OCaml

Innovation. Community. Security.