Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Input: Add HTTP Status Code Checks (#190)
`HttpRequest`s will now return an `AudioStreamError::Fail` on receipt of a non-2xx status code from a server. This has the advantage of making it clearer *why* a failure occurred rather than leaving users to piece the truth together from a Symphonia parsing error. Closes #184.
- Loading branch information