raphaelauv / fastAPI-aiohttp-example

How to use and test fastAPI with an aiohttp client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python

Full example of FastAPI with an aiohttp client

This is an example with FastAPI, but you can use this logic with any async ( ASGI ) web framework

Implemented logic :

(with a fake server mocking answer of aiohttp)

  • Open ClientSession at fastAPI startup

  • Close ClientSession at fastAPI shutdown

Tests

  • fastAPI endpoint test
  • aiohttp test

About

How to use and test fastAPI with an aiohttp client


Languages

Language:Python 100.0%