URI

Members

Static functions

filenameFromUri
string filenameFromUri(string uri, string hostname)

Converts an escaped ASCII-encoded URI to a local filename in the encoding used for filenames.

filenameToUri
string filenameToUri(string filename, string hostname)

Converts an absolute filename to an escaped ASCII-encoded URI, with the path component following Section 3.3. of RFC 2396.

Meta