- uri
DocumentUri uri(string scheme, string authority, string path, string query, string fragment)
- uriBuildNormalized
DocumentUri uriBuildNormalized(DocumentUri uri, const(char)[] path)
Appends the path to the uri, potentially replacing the whole thing if the
path is absolute. Cleans ./ and ../ sequences using uriNormalize.
- uriDirName
inout(char)[] uriDirName(inout(char)[] uri)
Undocumented in source. Be warned that the author may not have intended to support it.
- uriFromFile
DocumentUri uriFromFile(const(char)[] file)
Undocumented in source. Be warned that the author may not have intended to support it.
- uriNormalize
inout(char)[] uriNormalize(inout(char)[] uri)
Cleans ./ and ../ from the URI.
- uriToFile
string uriToFile(DocumentUri uri)
Undocumented in source. Be warned that the author may not have intended to support it.