set abstract method

void set(
  1. String name,
  2. Iterable<String> values
)

Sets a header.

Makes a copy of values.

Implementation

void set(String name, Iterable<String> values);