Lines Matching refs:host
19 CURLOPT_CONNECT_TO - connect to another host and port instead
39 HOST:PORT:CONNECT-TO-HOST:CONNECT-TO-PORT where HOST is the host of the
43 The first string that matches the request's host and port is used.
48 Any of the four values may be empty. When the HOST or PORT is empty, the host
49 or port always match (the request's host or port is ignored). When
51 disabled for the host or port, and the request's host or port are used to
57 The "connect to" host and port are only used to establish the network
58 connection. They do NOT affect the host and port that are used for TLS/SSL
65 The "connect to" host and port are ignored if they are equal to the host and
66 the port in the request URL, because connecting to the host and the port in
69 If an HTTP proxy is used for a request having a special "connect to" host or
70 port, and the "connect to" host or port differs from the request's host and
73 specific host or port in normal (non-tunnel) mode.