Similar to status-is except that the HTTP status can be one of a list, instead of just one fixed value.
Usecase: a Sympa server with CAS authentication set. Without a sympa_session cookie, you get a 302 status,
with it, you have a 200 status.
The `http_client` is instantiated with the agent, and reused all the
time. If the connection fails and closes, it's sometimes not possible
to reuse it.# Please enter the commit message for your changes. Lines
starting
Fixes#37
- The web interface is exposed at /, and the api
at /api.
- Include picocss for a minimal CSS framework
- Added some queries and models.Task properties
to access the latest results
- Service endpoints now require an authentication
- Changed the location of the commands, which are now in `commands.py`
- There is now only one "argos" command which can start the server or an agent.