7475767778798081828384
} Response apiRes = api.get(ur); res.setContentType("application/x-download"); res.setHeader("Content-Disposition", "attachment; filename=data;"); apiRes.writeData(res.getOutputStream()); res.getOutputStream().flush(); } }); }
8283848586878889909192
} Response apiRes = api.get(ur); res.setContentType( "application/x-download" ); res.setHeader( "Content-Disposition", "attachment; filename=data;"); apiRes.writeData(res.getOutputStream()); res.getOutputStream().flush(); } }); }
7879808182838485868788
} Response apiRes = api.get( ur ); res.setContentType( "application/x-download" ); res.setHeader( "Content-Disposition", "attachment; filename=data;" ); apiRes.writeData( res.getOutputStream() ); res.getOutputStream().flush(); } } ); }
8182838485868788899091
7778798081828384858687
8081828384858687888990