httpHeader constructor

const httpHeader([
  1. String? name
])

An HTTP header key.

Implementation

const httpHeader([this.name]);