Skip to main content

fetch_join

Function fetch_join 

Source
pub fn fetch_join(a: &Value, b: &Value) -> DogeResult
Expand description

fetch.join(a, b) — join two path segments with /, Doge’s one canonical separator on every platform. If b is absolute (starts with /) it replaces a entirely; an empty a yields b unchanged.