self test picoweb

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
hunk
Posts: 1
Joined: Mon Nov 09, 2020 5:02 pm

self test picoweb

Post by hunk » Sun Dec 12, 2021 6:37 pm

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.

Post Reply