I am processing a video in backend but it's taking some time so I am looking for a way by which I can send the process time first and after it's completion I can send the video url.
I tried using HttpResponse.write() but it didn't send the response. I got response only after the completion of whole process.