FastAPI Failed to call other HTTP calls using aiohttp #7501
-
|
Problem: I have 2 micro service one is written in Flask (service A)(python3.4) and another on is in FastAPI (python3.6) (Service B) code sample: base_http_handler.py class BaseHttpHandler: Can you please help me out ? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
Hi , there is a working ( in prod ) example of how use an aiohttp client with fastapi : |
Beta Was this translation helpful? Give feedback.
-
|
This not a question or a bug on fastAPI. You can close this issue thank you. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the help @raphaelauv! 🍰 If you solved your problem, you can close the issue @Riki-1mg ☕
|
Beta Was this translation helpful? Give feedback.
-
|
Assuming the original need was handled, this will be automatically closed now. But feel free to add more comments or create new issues or PRs. |
Beta Was this translation helpful? Give feedback.
Hi , there is a working ( in prod ) example of how use an aiohttp client with fastapi :
https://github.com/raphaelauv/fastAPI-aiohttp-example