Post multiple response in spring boot

I am working on apis which is developed in spring boot. Now I have one API to which I have to send a response containing one binary and xml. Both will be separated by a multi-line border. So is there a way to do this?

+3


source to share





All Articles