has method

bool has(
  1. String name
)

Checks if a header exists.

Implementation

bool has(String name) => _headers[name] != null;