Skip to main content

header_value_to_string

Function header_value_to_string 

Source
fn header_value_to_string(v: &Value) -> Option<String>
Expand description

Stringifies a scalar header value (string, number, or bool); returns None for non-scalar shapes so callers can reject them at config load.