add method

void add(
  1. HttpHeader header
)

Implementation

void add(HttpHeader header) {
  _headers?[header.name] = header.value;
}