package b0

  1. Overview
  2. Docs

URIs.

type t = string

The type for URIs.

val parse_scheme : string -> string option

parse_scheme s tries to parse a scheme at the beginning of s.

val parse_authority : string -> string option
val parse_path_and_query : string -> string option