Search found 1 match
- Sun Dec 12, 2021 6:37 pm
- Forum: Programs, Libraries and Tools
- Topic: self test picoweb
- Replies: 0
- Views: 7607
self test picoweb
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...