curl / trurl

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

support a must: prefix for gets #336

Closed bagder closed 2 months ago

bagder commented 2 months ago

using a must: prefix for gets makes trurl return error for missing parts

If libcurl is new enough a present but zero-length query or fragment does not cause an error when must: is used.