Currently, when the Rack middleware intercepts the HTTP request, submits a POST to the breezy-pdf-lite endpoint, it completely downloads the response prior to returning a response. This results is a sluggish UX.
Instead, stream or proxy the HTTP request's response to the rack client.
Currently, when the Rack middleware intercepts the HTTP request, submits a
POSTto thebreezy-pdf-liteendpoint, it completely downloads the response prior to returning a response. This results is a sluggish UX.Instead, stream or proxy the HTTP request's response to the rack client.