devforth / hothost

Lightweight and minimalistic open-source Servers and HTTP monitor
MIT License
169 stars 14 forks source link

Request: Add ability to validate response #21

Open samboman opened 1 year ago

samboman commented 1 year ago

Add the ability to validate if a certain text is found in the HTTP Response, not only status code.

samboman commented 1 year ago

But I found it is there already. I was misled by the text "status_code", thought it was a way to check some custom HTTP response codes only, and not the response.

image