fn parse(text: []const u8) ParseError!Uri

Parses the URI or returns an error. The return value will contain unescaped strings pointing into the original text. Each component that is provided, will be non-null.

Parameters

text: []const u8,