HomeSort by relevance Sort by last modified time
    Searched defs:HEADER_CONTENT_TYPE (Results 1 - 2 of 2) sorted by null

  /external/volley/src/main/java/com/android/volley/toolbox/
HttpClientStack.java 55 private static final String HEADER_CONTENT_TYPE = "Content-Type";
110 HEADER_CONTENT_TYPE, request.getPostBodyContentType());
126 postRequest.addHeader(HEADER_CONTENT_TYPE, request.getBodyContentType());
133 putRequest.addHeader(HEADER_CONTENT_TYPE, request.getBodyContentType());
146 patchRequest.addHeader(HEADER_CONTENT_TYPE, request.getBodyContentType());
HttpHeaderParser.java 36 static final String HEADER_CONTENT_TYPE = "Content-Type";
163 String contentType = headers.get(HEADER_CONTENT_TYPE);

Completed in 46 milliseconds