public interface HttpStack
org.apache.http.HttpResponse performRequest(Request<?> request, Map<String,String> additionalHeaders) throws IOException, AuthFailureError
A GET request is sent if request.getPostBody() == null. A POST request is sent otherwise, and the Content-Type header is set to request.getPostBodyContentType().
request - the request to performadditionalHeaders - additional headers to be sent together with
Request.getHeaders()IOExceptionAuthFailureErrorCopyright © 2018. All rights reserved.