Health
Check whether the current browser context is available and how many tabs are open.
pinchtab healthcurl http://localhost:9867/health Response
{
"status": "ok",
"tabs": 1
} Notes:
- this is a shorthand route for the current browser context
- in error cases it returns
503withstatus: "error"