Skip to main content

handle_request

Function handle_request 

Source
pub fn handle_request(
    req: &HttpRequest,
    node: &NodeHandle,
    state: &SharedState,
    config: &ControlPlaneConfigHandle,
) -> HttpResponse
Expand description

Route dispatch: match method + path and call the appropriate handler.