We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2033761 commit a585314Copy full SHA for a585314
proxy.py
@@ -1,4 +1,4 @@
1
-from fastapi import FastAPI, Request, HTTPException
+from fastapi import FastAPI, Request, HTTPException, UploadFile
2
from fastapi.responses import StreamingResponse
3
from fastapi.middleware.cors import CORSMiddleware
4
import httpx
0 commit comments