talis-fb / TReq

A CLI tool for effortless HTTP requests
GNU General Public License v3.0
55 stars 2 forks source link

Add `--check-status` flag for TReq exit with an error if the HTTP status code indicates one. #36

Open talis-fb opened 8 months ago

talis-fb commented 8 months ago

By default, TReq exits with 0 when no network or other fatal errors occur. This flag instructs TReq to also check the HTTP status code and exit with an error if the status indicates one.

When the server replies with a 4xx (Client Error) or 5xx (Server Error) status code, TReq exits with 4 or 5 respectively.