Home
last modified time | relevance | path

Searched refs:HOST (Results 1 – 6 of 6) sorted by relevance

/curl/docs/libcurl/opts/
H A DCURLOPT_CONNECT_TO.md38 HOST:PORT:CONNECT-TO-HOST:CONNECT-TO-PORT where HOST is the host of the
39 request, PORT is the port of the request, CONNECT-TO-HOST is the hostname to
44 Dotted numerical IP addresses are supported for HOST and CONNECT-TO-HOST.
47 Any of the four values may be empty. When the HOST or PORT is empty, the host
49 CONNECT-TO-HOST or CONNECT-TO-PORT is empty, the "connect to" feature is
H A DCURLOPT_RESOLVE.md39 [+]HOST:PORT:ADDRESS[,ADDRESS]
42 HOST is the name libcurl wants to resolve, PORT is the port number of the
43 service where libcurl wants to connect to the HOST and ADDRESS is one or more
49 pair so redirects and everything that operations against the HOST+PORT instead
54 with "+HOST:..." times out just like ordinary DNS cache entries.
66 -HOST:PORT
/curl/tests/
H A Ddictserver.py45 HOST = "localhost" variable
119 parser.add_argument("--host", action="store", default=HOST,
H A Dnegtelnetserver.py44 HOST = "localhost" variable
66 local_bind = (HOST, options.port)
/curl/tests/libtest/
H A Dlib540.c45 #define HOST test_argv[4] macro
211 msnprintf(buffer, sizeof(buffer), "Host: %s", HOST); in test()
/curl/docs/
H A DTODO63 4.1 HOST
533 4.1 HOST
535 HOST is a command for a client to tell which host name to use, to offer FTP

Completed in 13 milliseconds