encodeUrlParameter

Undocumented in source.
alias encodeUrlParameter = encodeUrlPart!(c =>
isAlphaNum(c) ||
c == '-'
||
c == '_'
)

Meta