hasHeader method

bool hasHeader(
  1. String name
)

Checks if header exists

Implementation

bool hasHeader(String name) => _headers.has(name);