Alexander
URLBuilder(host = "localhost").apply { path("%?") parameters["?"] = "?" } .buildString() .also(::println)
<http://localhost/%25??%3F=%3F>
<http://localhost/%25%3F?%3F=%3F>
path("%?".encodeURLPath())
URLBuilder
encodeURLQueryComponent
encodeURLPath
A modern programming language that makes developers happier.