Add headers
Method headers(Map<String, String> values) { getHeaders.addAll(values.map((k, v) => MapEntry(k.toLowerCase(), v))); return this; }