#Url encoding a string in std?
1 messages · Page 1 of 1 (latest)
i wanted to set some url-query params, and i managed to do this by the Uri struct's .query component, was a bit hard to figure out though
it shouldn't be too hard to recreate
https://ziglang.org/documentation/0.11.0/std/src/std/Uri.zig.html#L18 here is the function def in 0.11
but I guess it was deprecated in favour of another function :)? or another way of accomplishing the same thing?