Can a REST web service (which usually produces, for example, simple JSONs ) process and return large binary I / O data?
I mean, call the REST service over HTTP POST, providing a large file, and then read the large result? Is REST ok for this? ("Large" = several megabytes)
source share