- copyBadUriEncoding
void copyBadUriEncoding(char* dst, const(char)* bad, size_t max)
Undocumented in source. Be warned that the author may not have intended to support it.
- formatUriEncoded
auto formatUriEncoded(const(char)[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
- isValidSchemeChar
bool isValidSchemeChar(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isValidSchemeFirstChar
bool isValidSchemeFirstChar(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isValidUriChar
bool isValidUriChar(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseScheme
uint parseScheme(const(char)[] uri)
- tryUriDecode
char[] tryUriDecode(const(char)[] encoded)
- tryUriDecodeInPlace
char[] tryUriDecodeInPlace(char* value, const(char)[] terminatingChars)
- uriDecode
char* uriDecode(const(char)* src, char* dst, const(char)[] terminatingChars)
On success, returns a pointer to the terminating null character in
the dst buffer.
- uriDecode
char* uriDecode(const(char)[] src, char* dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- uriDecode
char* uriDecode(const(char)* src, const(char)* srcLimit, char* dst)
Undocumented in source. Be warned that the author may not have intended to support it.