Function autoendpoint::headers::util::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”
pub fn split_key_value(item: &str) -> Option<(&str, &str)>
Split a string into key and value, ex. “key=value” -> “key” and “value”