-
-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
) * Fix: better error message. * feat: Ensures deterministic ordering of handlers (#2152) Ensure deterministic handler order * feat: Support custom status code for openapi exceptions (#1949) * Support custom status code for openapi exceptions * add docs for custom exceptions in OpenAPI schemas --------- Co-authored-by: Na'aman Hirschfeld <[email protected]> * docs(openapi): Fix stdlib link (#2177) doc(openapi): fix stdlib link Signed-off-by: Janek Nouvertné <[email protected]> * Enhancement: make 302 the default status_code for Redirect Fixes #2138 * fix: updates `ASGIRedirectResponse` to use a 302 by default. * Update docs/usage/responses.rst Co-authored-by: Na'aman Hirschfeld <[email protected]> --------- Signed-off-by: Janek Nouvertné <[email protected]> Co-authored-by: Stefane Fermigier <[email protected]> Co-authored-by: George Sakkis <[email protected]> Co-authored-by: Abdulhaq Emhemmed <[email protected]> Co-authored-by: Na'aman Hirschfeld <[email protected]> Co-authored-by: Janek Nouvertné <[email protected]> Co-authored-by: Jacob Coffee <[email protected]>
- Loading branch information
1 parent
8277182
commit 3b0becb
Showing
4 changed files
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters