/curl/tests/data/ |
H A D | test1463 | 40 -I, --head Show document info only 41 -l, --list-only List only mode 42 -r, --range <range> Retrieve only the bytes within RANGE
|
H A D | test1464 | 40 -I, --head Show document info only 41 -l, --list-only List only mode 42 -r, --range <range> Retrieve only the bytes within RANGE
|
/curl/docs/cmdline-opts/ |
H A D | http3-only.md | 4 Long: http3-only 10 Help: Use HTTP v3 only 18 - --http3-only $URL 21 # `--http3-only` 24 earlier HTTP versions. HTTP/3 can only be used for HTTPS and not for HTTP
|
H A D | list-only.md | 4 Long: list-only 7 Help: List only mode 15 - --list-only ftp://example.com/dir/ 18 # `--list-only` 20 When listing an FTP directory, force a name-only view. Maybe particularly 26 Note: Some FTP servers list only files in their response to NLST; they do not 29 When listing an SFTP directory, this switch forces a name-only view, one per
|
H A D | head.md | 6 Help: Show document info only 21 Fetch the headers only. HTTP-servers feature the command HEAD which this uses 23 curl displays the file size and last modification time only.
|
H A D | http3.md | 8 Mutexed: http1.1 http1.0 http2 http2-prior-knowledge http3-only 23 if the HTTP/3 connection establishment fails or is slow. HTTP/3 is only 35 Use --http3-only for similar functionality *without* a fallback.
|
H A D | ipv6.md | 23 Use IPv6 addresses only when resolving hostnames, and not for example try 26 Your resolver may respond to an IPv6-only resolve request by returning IPv6
|
H A D | proxy-tlsauthtype.md | 20 Set TLS authentication type with HTTPS proxy. The only supported option is 21 `SRP`, for TLS-SRP (RFC 5054). This option works only if the underlying
|
H A D | tlsauthtype.md | 19 Set TLS authentication type. Currently, the only supported option is `SRP`, 22 only if the underlying libcurl is built with TLS-SRP support, which requires
|
H A D | proto-redir.md | 21 Example, allow only HTTP and HTTPS on redirect: 25 By default curl only allows HTTP, HTTPS, FTP and FTPS on redirects
|
H A D | proto.md | 31 Permit only this protocol (ignoring the list already permitted), though 39 --proto -all,https,+http only enables http and https 41 --proto =http,https also only enables http and https
|
H A D | range.md | 6 Help: Retrieve only the bytes within RANGE 37 specifies the first and last byte only(*)(HTTP) 55 FTP and SFTP range downloads only support the simple 'start-stop' syntax
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_ALTSVC_CTRL.md | 38 libcurl only accepts Alt-Svc headers over a Secure Transport, meaning 39 HTTPS. It also only completes a request to an alternative origin if that 43 Alternative services are only used when setting up new connections. If there 49 and HTTP/3 bits are only set if libcurl was built with support for those 66 Accept alternative services offered over HTTP/2. This is only used if libcurl 71 Accept alternative services offered over HTTP/3. This is only used if libcurl
|
H A D | CURLOPT_CONNECT_ONLY.md | 26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_CONNECT_ONLY, long only); 45 Transfers marked connect only do not reuse any existing connections and 46 connections marked connect only are not allowed to get reused. 48 If the connect only transfer is done using the multi interface, the particular 72 /* only connected */
|
H A D | CURLOPT_FTPSSLAUTH.md | 30 "AUTH TLS" or "AUTH SSL" when FTP over SSL is activated. This is only 41 Try "AUTH SSL" first, and only if that fails try "AUTH TLS". 45 Try "AUTH TLS" first, and only if that fails try "AUTH SSL".
|
H A D | CURLOPT_SSL_OPTIONS.md | 42 option to 1 you ask for exactly that. This option is only supported for Secure 48 where such behavior is present. This option is only supported for Schannel 56 does by default. This option is only supported for OpenSSL and fails the 64 present. This option is only supported for Schannel (the native Windows SSL 82 authentication, when requested by the server. This option is only supported 92 is only supported for GnuTLS. This option works on a best effort basis, 113 /* weaken TLS only for use with silly servers */
|
H A D | CURLOPT_IPRESOLVE.md | 46 Uses only IPv4 addresses. 50 Uses only IPv6 addresses. 68 /* of all addresses example.com resolves to, only IPv6 ones are used */
|
H A D | CURLOPT_PROXY_SSL_OPTIONS.md | 44 option to 1 you ask for exactly that. This option is only supported for Secure 50 where such behavior is present. This option is only supported for Schannel 58 does by default. This option is only supported for OpenSSL and fails the 66 present. This option is only supported for Schannel (the native Windows SSL 84 authentication, when requested by the server. This option is only supported 107 /* weaken TLS only for use with silly proxies */
|
H A D | CURLOPT_NETRC.md | 50 standard Unix ftp client does). It should only be readable by user. 62 password only) or for the host only, to find the first username and password 69 (to find the password only) or for the host only, to find the first username 81 r, and t. Quoted strings are the only way a space character can be used in 94 can be only one default token, and it must be after all machine tokens. To
|
H A D | CURLOPT_HEADEROPT.md | 37 **CURLHEADER_SEPARATE** - makes CURLOPT_HTTPHEADER(3) headers only get 41 doing CONNECT, libcurl sends CURLOPT_PROXYHEADER(3) headers only to the 42 proxy and then CURLOPT_HTTPHEADER(3) headers only to the server.
|
/curl/ |
H A D | appveyor.yml | 128 - job_name: 'CMake, VS2022, Debug, x64, no SSL, Static, HTTP only, Build-tests' 140 - job_name: 'winbuild, VS2015, Debug, x64, OpenSSL 1.1.1, Build-only' 146 - job_name: 'winbuild, VS2015, Release, x64, OpenSSL 1.1.1, Build-only' 152 - job_name: 'winbuild, VS2017, Debug, x64, OpenSSL 1.1.1, Build-only' 158 - job_name: 'winbuild, VS2017, Release, x64, OpenSSL 1.1.1, Build-only' 164 - job_name: 'winbuild, VS2015, Debug, x64, OpenSSL 1.1.1, Unicode, Build-only' 170 - job_name: 'winbuild, VS2015, Release, x64, OpenSSL 1.1.1, Unicode, Build-only' 176 - job_name: 'winbuild, VS2017, Debug, x64, OpenSSL 1.1.1, Unicode, Build-only' 182 - job_name: 'winbuild, VS2017, Release, x64, OpenSSL 1.1.1, Unicode, Build-only' 191 - job_name: 'VisualStudioSolution, VS2013, Debug, x86, Schannel, Build-only' [all …]
|
/curl/.github/ |
H A D | lock.yml | 11 # Limit to only `issues` or `pulls` 12 # only: issues
|
/curl/scripts/ |
H A D | maketgz | 44 only="" 47 only=1 81 if test -z "$only"; then 109 if test -n "$only"; then
|
/curl/m4/ |
H A D | curl-rustls.m4 | 54 dnl specify PKG_CONFIG_LIBDIR we are only looking where 119 $PKGCONFIG --libs-only-l --libs-only-other rustls 2>/dev/null` 122 $PKGCONFIG --libs-only-L rustls 2>/dev/null` 125 $PKGCONFIG --cflags-only-I rustls 2>/dev/null` 135 dnl instead of below with CPPFLAGS and LDFLAGS because we only 136 dnl learn about this via pkg-config. If we only have
|
/curl/docs/libcurl/ |
H A D | libcurl-env-dbg.md | 20 This is a set of variables only recognized and used if libcurl was built 22 These variables are intended for internal use only, subject to change and have 54 only send 800. 59 QUIC only. 100 An alternative size of HTTP data to be sent at a time only if smaller than the 105 An alternative size of socket data to be sent at a time only if smaller than
|