Home
last modified time | relevance | path

Searched defs:url_encode_byte (Results 1 – 1 of 1) sorted by relevance

/dports/www/yaws/yaws-2.0.6/src/
H A Dyaws_api.erl892 url_encode_byte($:, _) -> $:; % FIXME: both : and / should be encoded, but function
893 url_encode_byte($/, _) -> $/; % too much code currently assumes they're not function
894 url_encode_byte(Byte, UnreservedChars) -> function