How can I manually create an UploadFile in FastAPI?
The content type of the request, from the headers
But my manually created file has no headers, and does not accept a content_type
argument in init
.
The content type of the request, from the headers
But my manually created file has no headers, and does not accept a content_type
argument in init
.