UrlEncoder.UrlEncoder

Undocumented in source.
template UrlEncoder(alias isCharAllowed, char escape = '%')
struct UrlEncoder (
Sink
) {}

Members

Functions

put
void put(char[] s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

sink
Sink sink;
Undocumented in source.

Meta