MCPcopy Create free account
hub / github.com/bacy/volley / performRequest

Method performRequest

src/com/android/volley/toolbox/HttpStack.java:49–49  ·  view source on GitHub ↗

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(). @param request the request to perform @param additionalHeaders additional hea

(Request<?> request, Map<String, String> additionalHeaders)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

performRequestMethod · 0.65

Implementers 3

HurlStacksrc/com/android/volley/toolbox/HurlSta
HttpClientStacksrc/com/android/volley/toolbox/HttpCli
BasicNetworksrc/com/android/volley/toolbox/BasicNe

Calls

no outgoing calls

Tested by

no test coverage detected