Files
healthr-go/sample.http
2025-03-27 11:10:06 +01:00

23 lines
327 B
HTTP

GET http://localhost:8090/status
###
POST http://localhost:8090/health
Content-Type: application/json
{
"name": "service5",
"healthy": true
}
###
POST http://localhost:8090/health
Content-Type: application/json
{
"name": "service5",
"healthy": false
}
###
GET http://localhost:8090/health?service=service1