François Rejeté

Results 2 comments of François Rejeté

From what I could see, the HTTP reason phrases displayed by `httpie` come directly from the `requests` package (specifically [here](https://github.com/psf/requests/blob/2ee5b0b01c9e7c14217a536886b337d6f08b9aac/src/requests/status_codes.py#L34)) so that's where you should make a PR to add...

Facing the same issue, I don't know how to use error message in my returned data with the `onError` method. My openapi.yml has definitions for error objects returned on 400...