Searched refs:servers (Results 1 – 25 of 66) sorted by relevance
123
/curl/docs/cmdline-opts/ |
H A D | dns-servers.md | 4 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 D | ftp-pret.md | 19 Send a PRET command before PASV (and EPSV). Certain FTP servers, mainly
|
H A D | tftp-no-options.md | 19 servers that do not acknowledge or properly implement TFTP options. When this
|
H A D | http0.9.md | 24 this to non-HTTP servers and still get a response since curl simply
|
H A D | head.md | 21 Fetch the headers only. HTTP-servers feature the command HEAD which this uses
|
H A D | append.md | 22 created. Note that this flag is ignored by some SFTP servers (including
|
H A D | ignore-content-length.md | 19 servers running Apache 1.x, which reports incorrect Content-Length for
|
H A D | ntlm.md | 21 Microsoft and is used by IIS web servers. It is a proprietary protocol,
|
H A D | doh-cert-status.md | 19 Verifies the status of the DoH servers' certificate by using the Certificate
|
H A D | mptcp.md | 23 servers, such as mobile networks where a device may switch between WiFi and
|
H A D | disable-eprt.md | 22 protocol, and does not work on all servers, but enables more functionality in
|
/curl/lib/ |
H A D | hostsyn.c | 60 char *servers) in Curl_set_dns_servers() argument 63 (void)servers; in Curl_set_dns_servers()
|
H A D | asyn-ares.c | 836 char *servers) in Curl_set_dns_servers() argument 847 if(!(servers && servers[0])) in Curl_set_dns_servers() 853 servers); in Curl_set_dns_servers() 855 ares_result = ares_set_servers_csv(data->state.async.resolver, servers); in Curl_set_dns_servers()
|
H A D | hostip.h | 229 CURLcode Curl_set_dns_servers(struct Curl_easy *data, char *servers);
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_DNS_SERVERS.md | 18 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 D | CURLOPT_HTTP200ALIASES.md | 31 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 D | CURLMOPT_PIPELINING_SERVER_BL.md | 25 char **servers); 32 Pass a **servers** array of char *, ending with a NULL entry. This is a list
|
H A D | CURLOPT_FTP_USE_PRET.md | 30 PASV (and EPSV). Certain FTP servers, mainly drftpd, require this non-standard
|
H A D | CURLOPT_TFTP_NO_OPTIONS.md | 31 This option improves interoperability with legacy servers that do not
|
H A D | CURLOPT_XOAUTH2_BEARER.md | 35 servers that support the OAuth 2.0 Authorization Framework.
|
H A D | CURLOPT_TRANSFER_ENCODING.md | 41 by both HTTP clients and HTTP servers.
|
/curl/tests/server/ |
H A D | CMakeLists.txt | 41 # 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 D | devtest.pl | 52 use servers qw(
|
/curl/tests/data/ |
H A D | test1434 | 12 # Some servers (e.g. Apache 1.2) respond this way to an invalid byte range
|
H A D | test1042 | 13 # Some servers (e.g. Apache 1.2) respond this way to an invalid byte range
|
Completed in 26 milliseconds
123