Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. 10 de ago. de 2022 · You could add a @router.get('/favicon.ico') and return a FileResponse in that view: fastapi.tiangolo.com/advanced/custom-response/#fileresponse –

  2. fastapi.tiangolo.comFastAPI

    FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints. The key features are: Fast: Very high performance, on par with NodeJS and Go (thanks to Starlette and Pydantic). One of the fastest Python frameworks available.

  3. fastapi.tiangolo.com › esFastAPI

    FastAPI es un web framework moderno y rápido (de alto rendimiento) para construir APIs con Python basado en las anotaciones de tipos estándar de Python. Sus características principales son: Rapidez: Alto rendimiento, a la par con NodeJS y Go (gracias a Starlette y Pydantic). Uno de los frameworks de Python más rápidos.

  4. 18 de ene. de 2022 · FastAPI is able to serve files from a given directory thanks to Starlette's StaticFiles class, and that's exactly what we're going to do. Let's create a directory with our favicon, and serve that image.

  5. This tutorial shows you how to use FastAPI with most of its features, step by step. Each section gradually builds on the previous ones, but it's structured to separate topics, so that you can go directly to any specific one to solve your specific API needs.

  6. I want to self-host all resource but I can't find any document change logo swagger. I only see https://fastapi.tiangolo.com/advanced/extending-openapi/ to host js and css. I want to change <link rel="shortcut icon" href="https://fastapi.tiangolo.com/img/favicon.png"> store in my host.

  7. 29 de nov. de 2022 · FastAPI es un web framework rápido y ligero para construir modernas interfaces de programación de aplicaciones utilizando Python 3.6 y versiones superiores.