Home
last modified time | relevance | path

Searched refs:servers (Results 1 – 25 of 66) sorted by relevance

123

/curl/docs/cmdline-opts/
H A Ddns-servers.md4 Long: dns-servers
16 - --dns-servers 192.168.0.1,192.168.0.2 $URL
17 - --dns-servers 10.0.0.1:53 $URL
20 # `--dns-servers`
22 Set the list of DNS servers to be used instead of the system default. The list
H A Dftp-pret.md19 Send a PRET command before PASV (and EPSV). Certain FTP servers, mainly
H A Dtftp-no-options.md19 servers that do not acknowledge or properly implement TFTP options. When this
H A Dhttp0.9.md24 this to non-HTTP servers and still get a response since curl simply
H A Dhead.md21 Fetch the headers only! HTTP-servers feature the command HEAD which this uses
H A Dappend.md22 created. Note that this flag is ignored by some SFTP servers (including
H A Dignore-content-length.md19 servers running Apache 1.x, which reports incorrect Content-Length for
H A Dntlm.md21 Microsoft and is used by IIS web servers. It is a proprietary protocol,
H A Ddoh-cert-status.md19 Verifies the status of the DoH servers' certificate by using the Certificate
H A Dmptcp.md23 servers, such as mobile networks where a device may switch between WiFi and
H A Ddisable-eprt.md22 protocol, and does not work on all servers, but enables more functionality in
/curl/lib/
H A Dhostsyn.c60 char *servers) in Curl_set_dns_servers() argument
63 (void)servers; in Curl_set_dns_servers()
H A Dasyn-ares.c845 char *servers) in Curl_set_dns_servers() argument
856 if(!(servers && servers[0])) in Curl_set_dns_servers()
862 servers); in Curl_set_dns_servers()
864 ares_result = ares_set_servers_csv(data->state.async.resolver, servers); in Curl_set_dns_servers()
H A Dhostip.h229 CURLcode Curl_set_dns_servers(struct Curl_easy *data, char *servers);
/curl/docs/libcurl/opts/
H A DCURLOPT_DNS_SERVERS.md18 CURLOPT_DNS_SERVERS - DNS servers to use
25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_DNS_SERVERS, char *servers);
30 Pass a char pointer that is the list of DNS servers to be used instead of the
31 system default. The format of the dns servers option is:
H A DCURLOPT_HTTP200ALIASES.md31 responses. Some servers respond with a custom header response line. For
32 example, SHOUTcast servers respond with "ICY 200 OK". Also some old Icecast
33 1.3.x servers respond like that for certain user agent headers or in absence
H A DCURLMOPT_PIPELINING_SERVER_BL.md25 char **servers);
32 Pass a **servers** array of char *, ending with a NULL entry. This is a list
H A DCURLOPT_FTP_USE_PRET.md30 PASV (and EPSV). Certain FTP servers, mainly drftpd, require this non-standard
H A DCURLOPT_TFTP_NO_OPTIONS.md31 This option improves interoperability with legacy servers that do not
H A DCURLOPT_TRANSFER_ENCODING.md41 by both HTTP clients and HTTP servers.
H A DCURLOPT_XOAUTH2_BEARER.md35 servers that support the OAuth 2.0 Authorization Framework.
/curl/tests/server/
H A DCMakeLists.txt41 # Test servers simply are standalone programs that do not use libcurl
42 # library. For convenience and to ease portability of these servers,
44 # to build the servers. In order to achieve proper linkage of these
45 # files on Windows targets it is necessary to build the test servers
/curl/tests/
H A Ddevtest.pl52 use servers qw(
/curl/tests/data/
H A Dtest143412 # Some servers (e.g. Apache 1.2) respond this way to an invalid byte range
H A Dtest104213 # Some servers (e.g. Apache 1.2) respond this way to an invalid byte range

Completed in 25 milliseconds

123