in lib/src/multi_headers.dart [61:65]
set host(String? value) { for (var headers in _headers) { headers.host = value; } }