Home
last modified time | relevance | path

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

/curl/docs/libcurl/opts/
H A DCURLOPT_CONNECT_TO.md39 HOST:PORT:CONNECT-TO-HOST:CONNECT-TO-PORT where HOST is the host of the
40 request, PORT is the port of the request, CONNECT-TO-HOST is the hostname to
45 Dotted numerical IP addresses are supported for HOST and CONNECT-TO-HOST.
48 Any of the four values may be empty. When the HOST or PORT is empty, the host
50 CONNECT-TO-HOST or CONNECT-TO-PORT is empty, the "connect to" feature is
H A DCURLOPT_RESOLVE.md42 [+]HOST:PORT:ADDRESS[,ADDRESS]
44 HOST is the name libcurl wants to resolve, PORT is the port number of the
45 service where libcurl wants to connect to the HOST and ADDRESS is one or more
55 pair so redirects and everything that operations against the HOST+PORT instead
60 entries added with `+HOST:...` times out just like ordinary DNS cache entries.
71 -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/
H A DRELEASE-NOTES48 o curl_url_set.md: document HOST handling when URL is parsed [2]
/curl/docs/
H A DTODO65 4.1 HOST
557 4.1 HOST
559 HOST is a command for a client to tell which hostname to use, to offer FTP

Completed in 11 milliseconds