Is it possible to download multiple documents in a single REST Web service call.
I wanted to return streams of files in a socket so at client side we will use some metadata information as identifier for differentiating the files.
This is the unimplemented logic i have as of now, Please correct me if this logic is wrong.
Thanks in advance.