fn parse(text: []const u8) ParseError!Uri
[src]
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
.
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
.