static removeDefaultHeaders(Map<String, String> h) { h.forEach((key, value) { _defaultHeaders.remove(key); }); }