Module B00_http.UriSource

URIs.

Sourcetype t = string

The type for URIs.

Sourceval parse_scheme : string -> string option

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

Sourceval parse_authority : string -> string option
Sourceval parse_path_and_query : string -> string option