package uri

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

Module Uri.Absolute_httpSource

Specializations for HTTP and HTTPS schemes as per RFC9110

Sourcetype uri := t
Sourcetype t
Sourceval of_uri : uri -> (t, [ `Msg of string ]) result
Sourceval to_uri : t -> uri
Sourceval of_string : string -> t
Sourceval to_string : ?pct_encoder:pct_encoder -> t -> string
Sourceval make : scheme:[ `Http | `Https ] -> host:string -> ?userinfo:string -> ?port:int -> ?path:string -> ?query:(string * string list) list -> ?fragment:string -> unit -> t
Sourceval host : t -> string
Sourceval scheme : t -> [ `Http | `Https ]
OCaml

Innovation. Community. Security.