Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ORJSONResponse (0.05 sec)

  1. fastapi/applications.py

                    **Example**
    
                    ```python
                    from fastapi import FastAPI
                    from fastapi.responses import ORJSONResponse
    
                    app = FastAPI(default_response_class=ORJSONResponse)
                    ```
                    """
                ),
            ] = Default(JSONResponse),
            redirect_slashes: Annotated[
                bool,
                Doc(
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 21:25:59 UTC 2025
    - 176.3K bytes
    - Viewed (0)
Back to top