B00_http.Uri
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.
parse_scheme s
s
val parse_authority : string -> string option
val parse_path_and_query : string -> string option