set abstract method
Sets the header name
to value
.
Removes all existing values for the header named name
and
then adds value
to it.
Implementation
void set(String name, Object value,
{@Since("2.8") bool preserveHeaderCase = false});
Sets the header name
to value
.
Removes all existing values for the header named name
and
then adds value
to it.
void set(String name, Object value,
{@Since("2.8") bool preserveHeaderCase = false});