No way to get status code string from server
Open
enhancement
- Dominant language
- Rust
- Stars
- 209
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
If an HTTP server returns a message other than the canonical one, such as to provide a more detailed error message, as far as I can tell `Response` provides no way to obtain that message. We should optimize for the case of no message or the canonical message, but it should be *possible* to get whatever message the server returned.
Contributor guide
Assessment
This issue has not been assessed yet.