Searched refs:TARGET_HOST (Results 1 – 7 of 7) sorted by relevance
75 if (!request.containsHeader(HTTP.TARGET_HOST)) { in process()99 request.addHeader(HTTP.TARGET_HOST, targethost.toHostString()); in process()
62 public static final String TARGET_HOST = "Host"; field in HTTP
45 import static com.squareup.okhttp.internal.framed.Header.TARGET_HOST;73 TARGET_HOST,96 TARGET_HOST,165 result.add(new Header(TARGET_HOST, Util.hostHeader(request.httpUrl(), false))); in spdy3HeadersList()
13 public static final ByteString TARGET_HOST = ByteString.encodeUtf8(":host"); // spdy/3 field in Header
733 connect.addHeader(HTTP.TARGET_HOST, target.toHostString()); in createTunnelToTarget()
960 ? Header.TARGET_HOST
4054 field public static final java.lang.String TARGET_HOST = "Host";