public org.apache.http.HttpResponse | performRequest(com.android.volley.Request request, java.util.Map additionalHeaders)Performs an HTTP request with the given parameters.
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().
|