Home
last modified time | relevance | path

Searched defs:CONTENT_LEN (Results 1 – 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/protocol/
DHTTP.java57 public static final String CONTENT_LEN = "Content-Length"; field in HTTP
/external/apache-http/android/src/android/net/http/
DHeaders.java53 public final static String CONTENT_LEN = "content-length"; field in Headers