Hi, everyone I was wondering how could I return a xlsx file (that I am actually constructing in the interceptor itself and not reading it from the filesystem) in pedestal ? Thanks in advance
You can return an InputStream for the body
You’d need to put in the correct headers
@ho0man ^^
Thanks a lot @orestis