HeaderForEachCallback typedef

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

Implementation

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