How can I run concurrent requests in Python FastAPI?

前端 未结 0 1566
眼角桃花
眼角桃花 2021-02-13 11:21

I want to run multiple requests in concurrency in Python FastAPI, my current py file api.py is as follows:

from fastapi import FastAPI
import time

a         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题