pub fn handle_request(
req: &HttpRequest,
node: &NodeHandle,
state: &SharedState,
config: &ControlPlaneConfigHandle,
) -> HttpResponseExpand description
Route dispatch: match method + path and call the appropriate handler.
pub fn handle_request(
req: &HttpRequest,
node: &NodeHandle,
state: &SharedState,
config: &ControlPlaneConfigHandle,
) -> HttpResponseRoute dispatch: match method + path and call the appropriate handler.