Home | History | Annotate | Download | only in volley

Lines Matching full:headers

63         HttpHeaderParser.parseCharset(response.headers));
76 contains the response payload as a byte[], HTTP status code, and response headers.</li>
115 private final Map&lt;String, String&gt; headers;
123 * &#64;param headers Map of request headers
125 public GsonRequest(String url, Class&lt;T&gt; clazz, Map&lt;String, String&gt; headers,
129 this.headers = headers;
135 return headers != null ? headers : super.getHeaders();
148 HttpHeaderParser.parseCharset(response.headers));