Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 273 for tangelo (0.05 seconds)

  1. docs/en/docs/reference/responses.md

    That way, Pydantic will serialize the data into JSON bytes on the Rust side, which will achieve better performance than these custom JSON responses.
    
    Read more about it in [Custom Response - HTML, Stream, File, others - `orjson` or Response Model](https://fastapi.tiangolo.com/advanced/custom-response/#orjson-or-response-model).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Feb 22 16:34:59 GMT 2026
    - 4.4K bytes
    - Click Count (0)
  2. docs/ja/docs/index.md

    <a href="https://www.youtube.com/watch?v=mpR8ngthqiE"><img src="https://fastapi.tiangolo.com/img/fastapi-documentary.jpg" alt="FastAPI Mini Documentary"></a>
    
    ## **Typer**、CLI 版 FastAPI { #typer-the-fastapi-of-clis }
    
    <a href="https://typer.tiangolo.com"><img src="https://typer.tiangolo.com/img/logo-margin/logo-margin-vector.svg" style="width: 20%;"></a>
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 25.6K bytes
    - Click Count (0)
  3. scripts/tests/test_translation_fixer/test_complex_doc/data/translated_doc.md

    Это ссылки на статические ресурсы:
    
    * <a href="https://fastapi.tiangolo.com/img/fastapi-logo.png">FastAPI Logo</a>
    * <a href="https://fastapi.tiangolo.com/css/fastapi.css">FastAPI CSS</a>
    * <a href="https://fastapi.tiangolo.com/js/fastapi.js">FastAPI JS</a>
    
    Инструмент НЕ должен добавлять код языка в их URL.
    
    # Заголовок (с HTML ссылкой на <a href="https://tiangolo.com">tiangolo.com</a>) { #header-5 }
    
    #Не заголовок
    
    ```Python
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 08:08:04 GMT 2026
    - 11.2K bytes
    - Click Count (0)
  4. docs/en/data/sponsors.yml

      - url: https://liblab.com?utm_source=fastapi
        title: liblab - Generate SDKs from FastAPI
        img: https://fastapi.tiangolo.com/img/sponsors/liblab.png
      - url: https://docs.render.com/deploy-fastapi?utm_source=deploydoc&utm_medium=referral&utm_campaign=fastapi
        title: Deploy & scale any full-stack web app on Render. Focus on building apps, not infra.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Jan 19 20:55:32 GMT 2026
    - 4.4K bytes
    - Click Count (0)
  5. docs/ru/docs/help-fastapi.md

    Можно связаться со [мной (Sebastián Ramírez / `tiangolo`)](https://tiangolo.com), автором.
    
    Вы можете:
    
    * [Подписаться на меня на **GitHub**](https://github.com/tiangolo).
        * Посмотреть другие мои проекты с открытым кодом, которые могут быть полезны Вам.
        * Подписаться, чтобы видеть, когда я создаю новый проект с открытым кодом.
    * [Подписаться на меня в **X (Twitter)**](https://x.com/tiangolo) или в [Mastodon](https://fosstodon.org/@tiangolo).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 20.6K bytes
    - Click Count (0)
  6. docs/es/docs/project-generation.md

    Repositorio de GitHub: [Plantilla Full Stack FastAPI](https://github.com/tiangolo/full-stack-fastapi-template)
    
    ## Plantilla Full Stack FastAPI - Stack de tecnología y funcionalidades { #full-stack-fastapi-template-technology-stack-and-features }
    
    - ⚡ [**FastAPI**](https://fastapi.tiangolo.com/es) para la API del backend en Python.
        - 🧰 [SQLModel](https://sqlmodel.tiangolo.com) para las interacciones con bases de datos SQL en Python (ORM).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 2.1K bytes
    - Click Count (0)
  7. docs/en/docs/project-generation.md

    GitHub Repository: [Full Stack FastAPI Template](https://github.com/tiangolo/full-stack-fastapi-template)
    
    ## Full Stack FastAPI Template - Technology Stack and Features { #full-stack-fastapi-template-technology-stack-and-features }
    
    - ⚡ [**FastAPI**](https://fastapi.tiangolo.com) for the Python backend API.
      - 🧰 [SQLModel](https://sqlmodel.tiangolo.com) for the Python SQL database interactions (ORM).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 1.9K bytes
    - Click Count (0)
  8. fastapi/responses.py

        "bytes via Pydantic when a return type or response model is set, which is "
        "faster and doesn't need a custom response class. Read more in the FastAPI "
        "docs: https://fastapi.tiangolo.com/advanced/custom-response/#orjson-or-response-model "
        "and https://fastapi.tiangolo.com/tutorial/response-model/",
        category=FastAPIDeprecationWarning,
        stacklevel=2,
    )
    class UJSONResponse(JSONResponse):
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 01 09:21:52 GMT 2026
    - 3.6K bytes
    - Click Count (0)
  9. docs/de/docs/index.md

    <a href="https://www.youtube.com/watch?v=mpR8ngthqiE"><img src="https://fastapi.tiangolo.com/img/fastapi-documentary.jpg" alt="FastAPI Mini-Dokumentarfilm"></a>
    
    ## **Typer**, das FastAPI der CLIs { #typer-the-fastapi-of-clis }
    
    <a href="https://typer.tiangolo.com"><img src="https://typer.tiangolo.com/img/logo-margin/logo-margin-vector.svg" style="width: 20%;"></a>
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 23.6K bytes
    - Click Count (1)
  10. fastapi/applications.py

                    Read more about it in the
                    [FastAPI docs for Additional Responses in OpenAPI](https://fastapi.tiangolo.com/advanced/additional-responses/).
    
                    And in the
                    [FastAPI docs for Bigger Applications](https://fastapi.tiangolo.com/tutorial/bigger-applications/#include-an-apirouter-with-a-custom-prefix-tags-responses-and-dependencies).
                    """
                ),
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 16:16:24 GMT 2026
    - 178.6K bytes
    - Click Count (0)
Back to Top