public String put(String key, String value) {
   return headers.put(key, value);
 }