Home
last modified time | relevance | path

Searched refs:STRICT_TRANSFER_ENCODING (Results 1 – 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/params/
DCoreProtocolPNames.java93 public static final String STRICT_TRANSFER_ENCODING = "http.protocol.strict-transfer-encoding"; field
/external/apache-http/src/org/apache/http/impl/entity/
DLaxContentLengthStrategy.java193 boolean strict = params.isParameterTrue(CoreProtocolPNames.STRICT_TRANSFER_ENCODING); in determineLength()