Currently, running an httpx server is blocking. I have a use case where I must run multiple servers on multiple ports (admin API plus general purpose HTTP). I'm using asynchttpserver and asyncdispatch, but I'd prefer to use prologue and httpx.
Is there a reason why this could not be implemented in httpx, and are you opened to PRs about this?
Related prologue issue: planety/prologue#105