pihentagy
With Deno.serveHttp marked as deprecated is there a way to run an HTTP server off of a Deno.Conn?
I also have this usecase, when I'm requesting user consent for accessing google account.
So were there any solutions to a one-off serving?
My code btw:
I modified it, but needs an extra
setTimeout
for server.shutdown, of throws an error
8 replies