Merge branch 'main' into release/v0.5.0

This commit is contained in:
Svilen Markov
2024-05-19 17:46:21 +01:00
2 changed files with 8 additions and 1 deletions

View File

@@ -702,7 +702,7 @@ Greenville, United States
```
### Monitor
Display a list of sites and whether they are reachable (online) or not. This is determined by sending a HEAD request to the specified URL, if the response is 200 then the site is OK. The time it took to receive a response is also shown in milliseconds.
Display a list of sites and whether they are reachable (online) or not. This is determined by sending a GET request to the specified URL, if the response is 200 then the site is OK. The time it took to receive a response is also shown in milliseconds.
Example: