Class ZipDownloadController

java.lang.Object
cn.net.pap.example.proguard.controller.ZipDownloadController

@RestController public class ZipDownloadController extends Object
  • Constructor Details

    • ZipDownloadController

      public ZipDownloadController()
  • Method Details

    • downloadStreamingZip

      @GetMapping("/download/streaming-zip") public void downloadStreamingZip(jakarta.servlet.http.HttpServletResponse response) throws IOException
      Throws:
      IOException