pub async fn handle_request(req: Request, state: Arc<SharedState>) -> StringExpand description
Handle a parsed request and return a JSON response string.
Takes ownership of the Request and Arc
Public so the REST API module can dispatch requests through the same handler.