Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support a must: prefix for gets #336

Merged
merged 1 commit into from
Aug 27, 2024
Merged

support a must: prefix for gets #336

merged 1 commit into from
Aug 27, 2024

Commits on Aug 27, 2024

  1. trurl: make must: prefix for gets return error for missing part

    Normally a missing component just causes a blank output. This currently
    does not work "scheme" (it defaults to the "guessed" scheme).
    
    "must:" deos not return error if query/fragment was there but empty
    
    (this latter part requires libcurl 8.8.0 or later. The feature is named
    'get-empty' in the version output.)
    
    Added tests
    
    Closes #336
    bagder committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5e3d94a View commit details
    Browse the repository at this point in the history