HttpHeader constructor

HttpHeader(
  1. String name,
  2. String value
)

Implementation

HttpHeader(this.name, this.value);