is_wildcard_path_valid_for_request_path

Function is_wildcard_path_valid_for_request_path 

Source
pub fn is_wildcard_path_valid_for_request_path(
    wildcard_path: &[Vec<u8>],
    request_path: &[Vec<u8>],
) -> bool
Expand description

Returns whether the given wildcard path is valid for the given request path.