autoendpoint::headers::util

Function split_key_value

source
pub fn split_key_value(item: &str) -> Option<(&str, &str)>
Expand description

Split a string into key and value, ex. “key=value” -> “key” and “value”