Home | History | Annotate | Download | only in opts

Lines Matching full:host

25 CURLOPT_CONNECT_TO \- Connect to a specific host and port instead of the URL's host and port
41 HOST:PORT:CONNECT-TO-HOST:CONNECT-TO-PORT where HOST is the host of the
42 request, PORT is the port of the request, CONNECT-TO-HOST is the host name to
45 The first string that matches the request's host and port is used.
47 Dotted numerical IP addresses are supported for HOST and CONNECT-TO-HOST.
50 Any of the four values may be empty. When the HOST or PORT is empty, the host
51 or port will always match (the request's host or port is ignored).
52 When CONNECT-TO-HOST or CONNECT-TO-PORT is empty, the "connect to" feature
53 will be disabled for the host or port, and the request's host or port will be
59 The "connect to" host and port are only used to establish the network
60 connection. They do NOT affect the host and port that are used for TLS/SSL
68 The "connect to" host and port are ignored if they are equal to the host and
69 the port in the request URL, because connecting to the host and the port in
72 If an HTTP proxy is used for a request having a special "connect to" host or
73 port, and the "connect to" host or port differs from the requests's host and
76 specific host or port in normal (non-tunnel) mode.