pub fn get_node_context(
    context: &dyn Any,
    req: *mut HTTPRequest
) -> *mut NodeContext
Expand description

| Get the node context. | | ———– | @param[in] req | | The HTTP request, whose status code | will be set if node context is not found. | | ———– | @return | | Pointer to the node context or nullptr | if not found. |