You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We let users return files in custom form responses.
We could add another return type - like StreamingFileResponse, which just specifies a local file path. This is for when the user wants to return very large files.
The text was updated successfully, but these errors were encountered:
Related to #414
We let users return files in custom form responses.
We could add another return type - like
StreamingFileResponse
, which just specifies a local file path. This is for when the user wants to return very large files.The text was updated successfully, but these errors were encountered: