Value of the HTTP header.
String get value => _wrapped.value;
set value(String v) { _wrapped.value = v; }