Skip to main content

merge_cookie_str

Function merge_cookie_str 

Source
pub fn merge_cookie_str(first: &str, second: &str) -> String
Expand description

合并两段 cookie 串(k=v; k2=v2)按 key 去重(second 同名覆盖 first),按字典序输出。