from fastapi import FastAPI, Form app = FastAPI() @app.post("/login/") async ... But when the form includes files, it is encoded as multipart/form-data .
確定! 回上一頁