fn header_value_to_string(v: &Value) -> Option<String>
Stringifies a scalar header value (string or number, matching the APISIX schema); returns None for other shapes.
None