cli icon indicating copy to clipboard operation
cli copied to clipboard

More statuses support

Open LoryPelli opened this issue 2 years ago • 1 comments

Checklist

  • [X] I've searched for similar feature requests.

Enhancement request

Some statuses aren't supported (it says xx Status Code xx) instead of status code meaning (xx gets replaced by number)


Problem it solves

I made https://evalbot.vercel.app/api/status and I use https://http.dog to validate statuses


Additional information, screenshots, or code examples

I like cats more but I use this instead of https://http.cat because it has more statuses and json support

LoryPelli avatar Jul 26 '23 13:07 LoryPelli

From what I could see, the HTTP reason phrases displayed by httpie come directly from the requests package (specifically here) so that's where you should make a PR to add them.

w00kie avatar Aug 22 '23 12:08 w00kie