package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. path : string;
  2. query : string list Core.String.Map.t;
  3. fragment : string option;
}
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
val create : ?path:string -> ?query:string list Core.String.Map.t -> ?fragment:string option -> unit -> t
val to_path_and_query : t -> Uri.t

Creates a URI with the the path, query, and fragment added to the URI.

val of_uri : Uri.t -> t
val empty : t
OCaml

Innovation. Community. Security.