Beispiel #1
0
 /**
  * Returns the additional headers that were used in the in the last call to {@link
  * #getResponse(WebRequest)}.
  *
  * @return the additional headers that were used in the in the last call to {@link
  *     #getResponse(WebRequest)}
  */
 public Map<String, String> getLastAdditionalHeaders() {
   return lastRequest_.getAdditionalHeaders();
 }