Question about QHttpServer
Unsolved
General and Desktop
-
Hello I have some problem with async. I want use QFuture/QtConcurent to async response and I know that needed request will take 2-5 sec, so I want use Accepted Status to response immediately and next after few seconds return json for example, but I don't know how it should like, maybe someone knows?
I want use accepted status code to inform app written i WebAssembly that request is processed and data will be ready.