Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 589) sorted by relevance

12345678910>>...24

/curl/lib/
H A Dcurl_range.c40 curl_off_t from, to; in Curl_range() local
47 from_t = curlx_strtoofft(data->state.range, &ptr, 10, &from); in Curl_range()
57 data->state.resume_from = from; in Curl_range()
58 DEBUGF(infof(data, "RANGE %" FMT_OFF_T " to end of file", from)); in Curl_range()
71 if(from > to) in Curl_range()
74 totalsize = to - from; in Curl_range()
79 data->state.resume_from = from; in Curl_range()
82 from, data->req.maxdownload)); in Curl_range()
86 from, to, data->req.maxdownload)); in Curl_range()
/curl/docs/cmdline-opts/
H A Dmail-from.md4 Long: mail-from
6 Help: Mail from this address
15 - --mail-from user@example.com -T mail smtp://example.com/
18 # `--mail-from`
20 Specify a single address that the given mail should get sent from.
H A Dproxy-user.md22 authentication then you can tell curl to select the username and password from
25 On systems where it works, curl hides the given option argument from process
26 listings. This is not enough to protect credentials from possibly getting seen
28 before cleared. Such sensitive data should be retrieved from a file instead or
H A Detag-compare.md6 Help: Load ETag from file
20 Make a conditional HTTP request for the specific ETag read from the given file
26 Use the option --etag-save to first save the ETag from a response, and then
H A Dcookie.md8 Help: Send cookies from string/load from file
27 It is supposedly data previously received from the server in a `Set-Cookie:`
35 filename to read previously stored cookie from. This option also activates the
40 If the filename is a single minus ("-"), curl reads the contents from stdin.
44 The file format of the file to read cookies from should be plain HTTP headers
55 Users often want to both read cookies from a file and write updated cookies
H A Djson.md35 the data from, or a single dash (-) if you want curl to read the data from
36 stdin. Posting data from a file named 'foobar' would thus be done with --json
37 @foobar and to instead read the data from stdin, use --json @-.
H A Djunk-session-cookies.md6 Help: Ignore session cookies read from file
20 When curl is told to read cookies from a given file, this option makes it
/curl/tests/data/
H A Dtest65052 Some data from stdin
58 This is data from a file.
100 This is data from a file.
112 This is data from a file.
124 This is data from a file.
137 This is data from a file.
149 Some data from stdin
184 This is data from a file.
196 This is data from a file.
208 This is data from a file.
[all …]
H A Dtest16868 http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER --proxy http://%HOSTIP:%HTTPPORT --…
75 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
76 Host: data.from.server.requiring.digest.hohoho.com
81 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
82 Host: data.from.server.requiring.digest.hohoho.com
88 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
89 Host: data.from.server.requiring.digest.hohoho.com
H A Dtest33570 http://digest:alot@data.from.server.requiring.digest.hohoho.com/%TESTNUMBER --proxy http://foo:bar@…
77 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
78 Host: data.from.server.requiring.digest.hohoho.com
83 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
84 Host: data.from.server.requiring.digest.hohoho.com
90 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
91 Host: data.from.server.requiring.digest.hohoho.com
H A Dtest16754 http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER --proxy http://%HOSTIP:%HTTPPORT --…
61 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
62 Host: data.from.server.requiring.digest.hohoho.com
68 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
69 Host: data.from.server.requiring.digest.hohoho.com
H A Dtest16943 # Authorization: NTLM line passed-in from the client
89 http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER --proxy http://%HOSTIP:%HTTPPORT --…
96 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
97 Host: data.from.server.requiring.digest.hohoho.com
103 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
104 Host: data.from.server.requiring.digest.hohoho.com
110 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
111 Host: data.from.server.requiring.digest.hohoho.com
H A Dtest65141 Some data from stdin
47 This is data from a file.
58 # Note that the stripping above removes 12 bytes from every occurrence of the
H A Dtest16330 HTTP multipart formpost with contents from a file
38 from
66 from
H A Dtest91423 SMTP invalid --mail-from
32 smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient@example.com --mail-from invalid -T %LOGD…
H A Dtest119136 # These are hexadecimal protocol dumps from the client
38 # Strip out the random part of the client id from the CONNECT message
/curl/docs/libcurl/opts/
H A DCURLOPT_RESUME_FROM.md18 CURLOPT_RESUME_FROM - offset to resume transfer from
25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_RESUME_FROM, long from);
31 want the transfer to start from. Set this option to 0 to make the transfer
32 start from the beginning (effectively disabling resume). For FTP, set this
33 option to -1 to make the transfer start from the end of the target file
37 file libcurl should try to resume the upload from and it then appends the
H A DCURLOPT_RESUME_FROM_LARGE.md18 CURLOPT_RESUME_FROM_LARGE - offset to resume transfer from
26 curl_off_t from);
32 you want the transfer to start from. Set this option to 0 to make the transfer
33 start from the beginning (effectively disabling resume). For FTP, set this
34 option to -1 to make the transfer start from the end of the target file
38 file libcurl should try to resume the upload from and it appends the source
H A DCURLOPT_COOKIEFILE.md18 CURLOPT_COOKIEFILE - filename to read cookies from
40 (just a single minus sign), libcurl instead reads from stdin.
45 If you read cookies from a plain HTTP headers file and it does not specify a
55 from. Setting this option to NULL disables the cookie engine and clears the
56 list of files to read cookies from.
81 /* get cookies from an existing file */
H A DCURLOPT_HSTS.md31 from, and to store the cache in when the easy handle is closed. Setting a file
37 without reading from or writing to any file. NULL also makes libcurl clear the
38 list of files to read HSTS data from, if any such were previously set.
40 If this option is set multiple times, libcurl loads cache entries from each
45 The HSTS cache is saved to and loaded from a text file with one entry per
/curl/docs/libcurl/
H A Dcurl_multi_remove_handle.md18 curl_multi_remove_handle - remove an easy handle from a multi session
30 Removes a given *easy_handle* from the *multi_handle*. This makes the
31 specified easy handle be removed from this multi handle's control.
33 When the easy handle has been removed from a multi stack, it is again
40 It is fine to remove a handle at any time during a transfer, just not from
43 Removing an easy handle from the multi handle before the corresponding
H A Dcurl_easy_getinfo.md16 curl_easy_getinfo - extract information from a curl handle
47 The time it took from the start until the SSL connect/handshake with the
52 The time it took from the start until the SSL connect/handshake with the
75 The time it took from the start until the connect to the remote host (or
90 (**Deprecated**) Content length from the Content-Length header.
95 Content length from the Content-Length header.
108 Content type from the `Content-Type:` header. We recommend using
171 Time from start until name resolving completed as a double. See
186 The errno from the last failure to connect. See CURLINFO_OS_ERRNO(3)
278 The value from the Retry-After header. See CURLINFO_RETRY_AFTER(3)
[all …]
H A Dcurl_multi_waitfds.md19 curl_multi_waitfds - extract file descriptor information from a multi handle
36 *poll(2)*'s *pollfd* structure from a given multi_handle.
40 function should be called as soon as one of them is ready to be read from or
72 /* get the count of file descriptors from the transfers */
91 /* get wait descriptors from the transfers and put them into array. */
H A Dcurl_easy_nextheader.md36 HTTP transfer might provide headers from several different places and they may
41 The *request* argument tells libcurl from which request you want headers
42 from. A single transfer might consist of a series of HTTP requests and this
44 headers from. 0 being the first request and then the number increases for
79 /* extract the normal headers from the first request */
85 /* extract the normal headers + 1xx + trailers from the last request */
/curl/plan9/
H A DREADME4 from sources using mk. To build it, you will require to install latest
8 The zlib that is available on Plan 9 can be downloaded from:
12 LibreSSL Portable can be downloaded from:

Completed in 71 milliseconds

12345678910>>...24