Home
last modified time | relevance | path

Searched refs:TARGET_HOST (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/src/org/apache/http/protocol/
DRequestTargetHost.java70 if (!request.containsHeader(HTTP.TARGET_HOST)) { in process()
94 request.addHeader(HTTP.TARGET_HOST, targethost.toHostString()); in process()
DHTTP.java57 public static final String TARGET_HOST = "Host"; field in HTTP
/external/apache-http/src/org/apache/http/impl/client/
DDefaultRequestDirector.java688 connect.addHeader(HTTP.TARGET_HOST, target.toHostString()); in createTunnelToTarget()