- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for 5xx_ (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tests/test_additional_responses_router.py
"/c", responses={ "400": {"description": "Error with str"}, "5xx": {"description": "Error with range, lower"}, "default": {"description": "A default response"}, }, ) async def c(): return "c" @router.get( "/d", responses={ "400": {"description": "Error with str"}, "5XX": {"model": ResponseModel}, "default": {"model": ResponseModel}, }, )Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Feb 08 10:18:38 GMT 2026 - 5.6K bytes - Click Count (0) -
fastapi/utils.py
# Ref: https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#patterned-fields-1 if status_code in { "default", "1XX", "2XX", "3XX", "4XX", "5XX", }: return True current_status_code = int(status_code) return not (current_status_code < 200 or current_status_code in {204, 205, 304}) def get_path_param_names(path: str) -> set[str]:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Feb 11 18:41:21 GMT 2026 - 4.2K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/base/CharMatcherTest.java
doTestCollapse("---", "_"); doTestCollapse("--x-", "_x_"); doTestCollapse("--xx", "_xx"); doTestCollapse("-x--", "_x_"); doTestCollapse("-x-x", "_x_x"); doTestCollapse("-xx-", "_xx_"); doTestCollapse("x--x", "x_x"); doTestCollapse("x-x-", "x_x_"); doTestCollapse("x-xx", "x_xx"); doTestCollapse("x-x--xx---x----x", "x_x_xx_x_x"); doTestCollapseWithNoChange("");
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 32.4K bytes - Click Count (0) -
docs/en/docs/release-notes.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Apr 03 12:07:04 GMT 2026 - 631K bytes - Click Count (0)