Map<String, String> get headers { return _headers; }
set headers(Map<String, String> h) { _headers.addAll(h); }