public interface HttpStack
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.HttpResponse |
performRequest(Request<?> request,
Map<String,String> additionalHeaders)
Performs an HTTP request with the given parameters.
|
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 © 2014. All rights reserved.