al1-ce / sily

sily lib for d
https://al1-ce.github.io/sily-docs
GNU General Public License v3.0
1 stars 0 forks source link

URI add escaping function #29

Open al1-ce opened 4 months ago

al1-ce commented 4 months ago

Escape thigns like ' ' as "%20"

al1-ce commented 4 months ago

std.uri: encodeComponent, encode;