curl / trurl

a command line tool for URL parsing and manipulation.
https://curl.se/trurl/
Other
3.15k stars 102 forks source link

trurl: make sure URL encoded %-hex is done lowercase #358

Closed bagder closed 5 days ago

bagder commented 5 days ago

Match how libcurl does it. Add two tests to verify.

Fixes #357 Reported-by: Peter Schilling