Block a user

Why the hell this line exists
Add healthcheck
Was expecting the webserver to be nonblocking by default, yet it is.
So will need to dig on that.
This seems relevant.
Add healthcheck
Proof of concept.
Simple HTTP example, where we initialize a class (T).
Class T, once initialized, will be passed to the WebHandler class, which will store the T class, and use it to reply…
Add healthcheck
aiohttp is a non-blocking (asynchronous) simple web server.
https://docs.aiohttp.org/en/stable/web_quickstart.html
Using the phone so can't test right now.