get abstract method

Iterable<String>? get(
  1. String name
)

Gets the values of a header.

Returns null if it doesn't find the header matching name.

Implementation

Iterable<String>? get(String name);