HeaderForEachCallback typedef

HeaderForEachCallback = void Function(String name, List<String> values)

The signature that iterates header fields.

Implementation

typedef HeaderForEachCallback = void Function(String name, List<String> values);