Hey!
I am using picoweb web micro-framework in my project. Sometimes my application stops responding.
I want to ask the community about the best practices for checking if a web server is available and responding to a request.
I tried to do it through the requests library and request to localhost but this option doesn't work.