http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 83 forks source link

Change StatusCode Display and Debug impls to include canonical representations #302

Closed yoshuawuyts closed 3 years ago

yoshuawuyts commented 3 years ago

The output is currently 500 for Display and InternalServerError for Debug. In both cases it would be better to display 500: Internal Server Error.

brightly-salty commented 3 years ago

I am willing to attempt to implement this and submit a PR.

yoshuawuyts commented 3 years ago

@brightly-salty that'd be much appreciated!