Skip to content

v0.1.1

Compare
Choose a tag to compare
@rednafi rednafi released this 29 Aug 05:33
· 22 commits to main since this release
dc4bd1f
  • Adds a new -cat flag to filter the status codes. Use it like this:

    httpurr -list -cat 2
    ᗢ httpurr
    ==========
    
    Status Codes
    ------------
    
    ------------------ 2xx ------------------
    
    200    OK
    201    Created
    202    Accepted
    203    Non-Authoritative Information
    204    No Content
    205    Reset Content
    206    Partial Content
    207    Multi-Status
    208    Already Reported
    226    IM Used
  • More rigorously tests the error paths

  • Returns more consistent exit codes; flag errors will exit with error code 2 and other errors will return error code 1