libhttpserver
libhttpserver copied to clipboard
How could I stop the server when I recieved a string of "exit" ?
trafficstars
Hi,,
Since webserver and http_resource are two different classes, and request is processed with http_resource but service is controled by webserver, how could I shutdown the service when I recieved a string of "exit" ?