Expand description
REST API handlers.
Structs§
- AppState
- Shared application state.
Functions§
- api_
info - API information endpoint.
- create_
session - Create a new session.
- delete_
session - Delete a session.
- execute_
command - Execute a command in a session.
- execute_
oneshot - Execute a command without session (one-shot).
- get_
session - Get session status.
- health
- Health check endpoint.
- list_
sessions - List all sessions.