kivik
kivik copied to clipboard
Replace StatusCode with HTTPStatus
StatusCode is fairly generic, so I'd like to replace the StatusCode method (both the package version, and the error interface version) with HTTPStatus.
Adding this to v3 should be easy, with a deprecation notice for final removal in v4.
This will require renaming the Error.HTTPStatus field, so there's not a conflict between the field and the method. sigh
Fixed with #590