Exemplo n.º 1
0
 public static String extractHeader(HttpResponse response, ResponseHeader responseHeader) {
   Header header = response.getFirstHeader(responseHeader.getKey());
   return header != null ? header.getValue() : null;
 }