Lines Matching refs:port
19 CURLOPT_CONNECT_TO - connect to another host and port instead
40 request, PORT is the port of the request, CONNECT-TO-HOST is the hostname to
41 connect to, and CONNECT-TO-PORT is the port to connect to.
43 The first string that matches the request's host and port is used.
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
70 port, and the "connect to" host or port differs from the request's host and
71 port, the HTTP proxy is automatically switched to tunnel mode for this
73 specific host or port in normal (non-tunnel) mode.