In my cases my API takes files and performs some operations with them, after which some new file is returned.
It would be good if strest supported form-data, which would work the same as with other data.
One would provide the name of the parameter and then the filepath (either absolute or relative to the directory where strest is executed).
In my cases my API takes files and performs some operations with them, after which some new file is returned. It would be good if strest supported form-data, which would work the same as with other data. One would provide the name of the parameter and then the filepath (either absolute or relative to the directory where strest is executed).