actix-web
actix-web copied to clipboard
Cannot test Multipart forms through TestRequest
There is no ability to test multipart forms through the library, even the actix_multipart::test:create_form_data_payload_and_headers is very limited and only allows to build a single field.
At the end, testing a multipart form is not possible at all, being that they can have more logic than normal requests it is more crucial to test those apis