Example #1
0
 private static HttpResponse addSpaceWithHeaders(String url) throws Exception {
   Map<String, String> headers = new HashMap<String, String>();
   headers.put(PROPERTIES_NAME, PROPERTIES_VALUE);
   return restHelper.put(url, null, headers);
 }