Home
last modified time | relevance | path

Searched refs:with (Results 1 – 25 of 1413) sorted by relevance

12345678910>>...57

/curl/scripts/
H A Dciconfig.pl110 $with{$1}++;
115 $with{$1}++;
165 printf " %s: %d %d%s\n", $w, $with{$w}, $without{$w},
179 if(!$with{$w} && !$defaulton{$w}) {
186 for my $w (sort keys %with) {
/curl/tests/data/
H A Dtest12820 FTP upload with --crlf
27 with Unix newlines
30 with
52 with Unix newlines
55 with
H A Dtest94121 SMTP with --crlf
29 with Unix newlines
32 with
58 with Unix newlines
61 with
H A Dtest10733 # speaking HTTP 1.0. The request is impossible to satisfy with HTTP 1.0
34 HTTP chunked PUT to HTTP 1.0 server with redirect
40 This is data we upload with PUT
42 with chunked encoding
65 This is data we upload with PUT
67 with chunked encoding
H A Dtest3605 --fail-with-body
15 Error on both --fail-with-body and --fail
18 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --fail-with-body --fail
H A Dtest154345 CURLOPT_CURLU, URL with space and CURLINFO_EFFECTIVE_URL
48 "http://%HOSTIP:%HTTPPORT/ /with/ space/ /file"
56 GET /%20/with/%20space/%20/file HTTP/1.1
60 GET /%20/with/%20space/%TESTNUMBER0002 HTTP/1.1
69 effectiveurl http://%HOSTIP:%HTTPPORT/%20/with/%20space/%TESTNUMBER0002
H A Dtest10723 # speaking HTTP 1.0. The request is impossible to satisfy with HTTP 1.0
40 HTTP chunked PUT to HTTP 1.0 server with authorization
46 This is data we upload with PUT
48 with chunked encoding
71 This is data we upload with PUT
73 with chunked encoding
H A Dtest107514 # Basic authenticated request (we really want to respond with 200 for
15 # the second), so just respond with 401 for both and let curl deal with it.
52 HTTP PUT with --anyauth authorization (picking Basic)
58 This is data we upload with PUT
74 This is data we upload with PUT
85 This is data we upload with PUT
/curl/docs/cmdline-opts/
H A Dcreate-dirs.md18 When used in conjunction with the --output option, curl creates the necessary
20 mentioned with the --output option combined with the path possibly set with
24 Created directories are made with mode 0750 on Unix-style file systems.
H A Dfail.md7 Help: Fail fast with no output on HTTP errors
9 Mutexed: fail-with-body
13 - fail-with-body
21 Fail with error code 22 and with no response body output at all for HTTP
30 To get both the error code and also save the content, use --fail-with-body
H A Dtlspassword.md19 Set password to use with the TLS authentication method specified with
22 This option does not work with TLS 1.3.
H A Dtlsuser.md19 Set username for use with the TLS authentication method specified with
22 This option does not work with TLS 1.3.
H A Dversion.md22 libraries linked with the executable.
24 The second line (starts with `Release-Date:`) shows the release date.
26 The third line (starts with `Protocols:`) shows all protocols that libcurl
29 The fourth line (starts with `Features:`) shows specific features libcurl
43 curl was built with support for character set conversions (like EBCDIC)
46 This curl uses a libcurl built with Debug. This enables more error-tracking
54 libcurl was built with libgsasl.
75 You can use IPv6 with this.
99 with knowledge about "public suffixes".
H A Dretry-all-errors.md5 Help: Retry all errors (with --retry)
17 Retry on any error. This option is used together with --retry.
21 such as sending or receiving duplicate data. Do not use with redirected input
27 possible with redirected input or output. For example, before retrying it
31 output via redirect in combination with this option, since you may receive
34 By default curl does not return error for transfers with an HTTP response code
40 indicate HTTP errors (4xx and 5xx) then combine with --fail.
H A Dproxy-digest.md5 Help: Digest auth with the proxy
19 Use HTTP Digest authentication when communicating with the given proxy. Use
20 --digest for enabling HTTP Digest with a remote host.
H A Dproxy-ntlm.md5 Help: NTLM authentication with the proxy
19 Use HTTP NTLM authentication when communicating with the given proxy. Use
20 --ntlm for enabling NTLM with a remote host.
H A Dheader.md27 For an IMAP or SMTP MIME uploaded mail built with --form options, it is
38 with no-value then its header must be terminated with a semicolon, such as -H
41 curl makes sure that each header you add/replace is sent with the proper
53 among others and should be added with this option.
59 with a request body, makes curl send the data using chunked encoding.
61 **WARNING**: headers set with this option are set in all HTTP requests - even
62 after redirects are followed, like when told with --location. This can lead to
64 headers should be used with caution combined with following redirects.
H A Dproxy-negotiate.md5 Help: HTTP Negotiate (SPNEGO) auth with the proxy
19 Use HTTP Negotiate (SPNEGO) authentication when communicating with the given
20 proxy. Use --negotiate for enabling HTTP Negotiate (SPNEGO) with a remote
H A Dproxy-basic.md19 Use HTTP Basic authentication when communicating with the given proxy. Use
20 --basic for enabling HTTP Basic with a remote host. Basic is the default
21 authentication method curl uses with proxies.
H A Dproxy-tlsuser.md19 Set username for use for HTTPS proxy with the TLS authentication method
20 specified with --proxy-tlsauthtype. Requires that --proxy-tlspassword also is
23 This option does not work with TLS 1.3.
/curl/docs/
H A DKNOWN_BUGS17 2.1 IMAPS connection fails with Rustls error
41 5.11 configure --with-gssapi with Heimdal is ignored on macOS
60 7.4 FTP with ACCT
93 15.2 support build with GnuTLS
241 5.11 configure --with-gssapi with Heimdal is ignored on macOS
272 Passing in Unicode character with -d:
302 properly if built with UNICODE defined together with the Schannel backend.
345 Running test 2077 and 2078 with curl built to do GSS with Heimdal causes
354 with SEC_E_QOP_NOT_SUPPORTED which causes curl to fail with CURLE_AUTH_ERROR.
385 7.4 FTP with ACCT
[all …]
/curl/docs/libcurl/
H A Dlibcurl-url.md34 Create a handle that holds URL info and resources with curl_url(3):
41 When done with it, clean it up with curl_url_cleanup(3)
48 When you need a copy of a handle, just duplicate it with curl_url_dup(3):
55 By setting a URL to the handle with curl_url_set(3), the URL is parsed
77 The **CURLU** handle represents a URL and you can easily extract that with
103 Extracted parts are not URL decoded unless the user also asks for it with the
106 Remember to free the returned string with curl_free(3) when you are done
107 with it.
126 Set parts are not URL encoded unless the user asks for it with the
146 "candy=N&N" to what we already have, and URL encode it to deal with the
[all …]
H A Dcurl_multi_socket_action.md36 should call curl_multi_socket_action(3) with the **sockfd** argument
37 set to the socket with the action. When the events on a socket are known, they
55 calls to the socket callback function set with the
57 update the status with changes since the previous time the callback was
61 with curl_multi_setopt(3). Your application then gets called with
63 timeout action: call the curl_multi_socket_action(3) function with the
78 2. Set the socket callback with CURLMOPT_SOCKETFUNCTION(3)
80 3. Set the timeout callback with CURLMOPT_TIMERFUNCTION(3), to get to
83 4. Add easy handles with curl_multi_add_handle()
97 call curl_multi_socket_action(3) with *CURL_SOCKET_TIMEOUT*.
[all …]
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY_SSL_OPTIONS.md34 Pass a long with a bitmask to tell libcurl about specific SSL
42 might cause interoperability problems with some (older) SSL implementations.
51 (the native Windows SSL library), with an exception in the case of Windows'
59 certificate verification if the chain ends with an intermediate certificate
60 and not with a root cert. (Added in 7.68.0)
67 library). If combined with *CURLSSLOPT_NO_REVOKE*, the latter takes
77 Works with wolfSSL on Windows, Linux (Debian, Ubuntu, Gentoo, Fedora, RHEL),
78 macOS, Android and iOS (added in 8.3.0), with GnuTLS (added in 8.5.0) or on
86 default behavior in libcurl with Schannel. Since the server can request any
107 /* weaken TLS only for use with silly proxies */
H A DCURLOPT_SSLCERT.md39 Transport and `PEM` on other engines, and can be changed with
43 wish to authenticate with as it is named in the security database. If you want
44 to use a file from the current directory, please precede it with `./` prefix,
45 in order to avoid confusion with a nickname.
55 **LocalMachineEnterprise**. Schannel also support P12 certificate file, with
56 the string `P12` specified with CURLOPT_SSLCERTTYPE(3).
59 private key with CURLOPT_SSLKEY(3).

Completed in 93 milliseconds

12345678910>>...57