It could use yield instead of return, and in that case FastAPI will make sure it executes all the code after the yield, once it is done with the request.
確定! 回上一頁