package piaf

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Piaf.SchemeSource

Sourcetype http = [
  1. | `HTTP
]
Sourcetype https = [
  1. | `HTTPS
]
Sourcetype t = [
  1. | http
  2. | https
]
Sourceval of_uri : Uri.t -> (t, [ `Msg of string ]) result
Sourceval to_string : t -> string
Sourceval pp_hum : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.