filterURLEncode

Writes the URL encoded version of the given string to an output range.

void
filterURLEncode
(
R
)
(
ref R dst
,
const(char)[] str
,
const(char)[] allowed_chars = null
,
bool form_encoding = false
)

Meta