Skip to main content

callback_path_of

Function callback_path_of 

Source
fn callback_path_of(url: &str) -> Option<String>
Expand description

Extracts the path component of a callback URL (https://h/p?x/p). Mirrors the APISIX regex .+//[^/]+(/.*).