Skip to content

Commit c39b0eb

Browse files
committed
docs: added .changeset
1 parent 5e4d168 commit c39b0eb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Summary
2+
3+
Added support for responses with non-standard HTTP Status Codes. Off by default, enabled with `allow_int_response_codes`.
4+
5+
# Problem
6+
7+
Currently if a response with a status code that does not exist in `http.HTTPStatusCode` a `ValueError` is raised. For example: `ValueError: 490 is not a valid HTTPStatus`.
8+
9+
# Edge Case
10+
11+
If a non-standard status code is received from an endpoint that doesn't define any responses with non-standard status codes the old behavior will appear.

0 commit comments

Comments
 (0)