served.lsp.uri

Undocumented in source.

Members

Functions

uri
DocumentUri uri(string scheme, string authority, string path, string query, string fragment)
Undocumented in source. Be warned that the author may not have intended to support it.
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
DocumentUri uriDirName(DocumentUri 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
DocumentUri uriNormalize(DocumentUri 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.

Meta