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
I have a suggestion on the response json from the multipart scanning endpoint, but it's a breaking change. Since it contains one response for each file in the request, it should be wrapped in brackets to form a json array instead of multiple json documents.
My second proposition is that the if statement containing the continue action for when the multipart header filename is missing, should create an entry in the response with either a parse error or a plain error stating that the filename is missing.
Please close this issue if you find my suggestions irrelevant and supply why they are not feasible for implementation. If you find these suggestions valid, I volunteer to fork the project and implement them and then create a PR.
The text was updated successfully, but these errors were encountered:
I have a suggestion on the response json from the multipart scanning endpoint, but it's a breaking change. Since it contains one response for each file in the request, it should be wrapped in brackets to form a json array instead of multiple json documents.
My second proposition is that the if statement containing the
continue
action for when the multipart headerfilename
is missing, should create an entry in the response with either a parse error or a plain error stating that the filename is missing.Please close this issue if you find my suggestions irrelevant and supply why they are not feasible for implementation. If you find these suggestions valid, I volunteer to fork the project and implement them and then create a PR.
The text was updated successfully, but these errors were encountered: