Check if an http service is on given ip and port, and optional keyword, route, protocol
By default, it will send a get request to http://<ip>:<port> to see it a response is received.
If route is provided, it will send a get request to http://<ip>:<port>/<route>
If keyword is provided, it will check if the response contains the keyword (case insensitive)
Check if an http service is on given ip and port, and optional keyword, route, protocol By default, it will send a get request to
http://<ip>:<port>
to see it a response is received. If route is provided, it will send a get request tohttp://<ip>:<port>/<route>
If keyword is provided, it will check if the response contains the keyword (case insensitive)