Home
last modified time | relevance | path

Searched refs:a (Results 26 – 50 of 1320) sorted by relevance

12345678910>>...53

/curl/docs/cmdline-opts/
H A Dtime-cond.md7 Help: Transfer based on a time condition
23 Request a file that has been modified later than the given time and date, or
26 as a filename and curl tries to get the modification date (mtime) from that
29 Start the date expression with a dash (-) to make it request for a document
30 that is older than the given date/time, default is a document that is newer
33 If provided a non-existing file, curl outputs a warning about that fact and
34 proceeds to do the transfer without a time condition.
H A Dpost301.md5 Help: Do not switch to GET after a 301 redirect
21 following a 301 redirect. The non-RFC behavior is ubiquitous in web browsers,
22 so curl does the conversion by default to maintain consistency. However, a
23 server may require a POST to remain a POST after such a redirection. This
H A Dpost302.md5 Help: Do not switch to GET after a 302 redirect
21 following a 302 redirect. The non-RFC behavior is ubiquitous in web browsers,
22 so curl does the conversion by default to maintain consistency. However, a
23 server may require a POST to remain a POST after such a redirection. This
H A Daws-sigv4.md22 The provider argument is a string that is used by the algorithm when creating
25 The region argument is a string that points to a geographic area of
26 a resources collection (region-code) when the region name is omitted from
29 The service argument is a string that points to a function provided by a cloud
H A Dlocation.md20 If the server reports that the requested page has moved to a different
21 location (indicated with a Location: header and a 3XX response code), this
26 host. If a redirect takes curl to a different host, it does not get the
31 When curl follows a redirect and if the request is a POST, it sends the
32 following request with a GET if the HTTP response was 301, 302, or 303. If the
36 You can tell curl to not change POST requests to GET after a 30x response by
/curl/docs/libcurl/opts/
H A DCURLOPT_POSTREDIR.md32 Pass a bitmask to control how libcurl acts on redirects after POSTs that get a
36 a 301 redirection. Setting bit 1 (value **CURL_REDIR_POST_302**) makes
37 libcurl maintain the request method after a 302 redirect whilst setting bit 2
39 after a 303 redirect. The value **CURL_REDIR_POST_ALL** is a convenience
43 conversion by default to maintain consistency. However, a server may require a
44 POST to remain a POST after such a redirection. This option is meaningful only
60 /* a silly POST example */
H A DCURLOPT_PROXYHEADER.md29 Pass a pointer to a linked list of HTTP headers to pass in your HTTP request
30 sent to a proxy. The rules for this list is identical to the
33 The headers set with this option is only ever used in requests sent to a proxy
34 - when there is also a request sent to a host.
36 The first line in a request (containing the method, usually a GET or POST) is
37 NOT a header and cannot be replaced using this option. Only the lines
41 Pass a NULL to this to reset back to no custom headers.
H A DCURLOPT_RTSP_REQUEST.md29 enum values as a long in the *request* argument. Unless noted otherwise,
49 example, if a client is using the server to record a meeting, the client can
65 Send a Play command to the server. Use the CURLOPT_RANGE(3) option to
70 Send a Pause command to the server. Use the CURLOPT_RANGE(3) option with
71 a single value to indicate when the stream should be
82 Retrieve a parameter from the server. By default, libcurl adds a
85 *CURL_RTSPREQ_SET_PARAMETER*). Applications wishing to send a heartbeat
91 Set a parameter on the server. By default, libcurl uses a *Content-Type:
92 text/parameters* header unless a custom one is set. The interaction with
102 Used to tell the server to record a session. Use the CURLOPT_RANGE(3)
[all …]
H A DCURLMOPT_MAX_HOST_CONNECTIONS.md16 CURLMOPT_MAX_HOST_CONNECTIONS - max number of connections to a single host
29 Pass a long to indicate **max**. The set number is used as the maximum amount
30 of simultaneously open connections to a single host (a host being the same as
31 a hostname + port number pair). For each new session to a host, libcurl might
32 open a new connection up to the limit set by CURLMOPT_MAX_HOST_CONNECTIONS(3).
33 When the limit is reached, new sessions are kept pending until a connection
43 meaning that if you set a too narrow timeout in such a case the transfer might
47 however treated as a per-connect timeout.
H A DCURLOPT_DIRLISTONLY.md18 CURLOPT_DIRLISTONLY - ask for names only in a directory listing
30 For FTP and SFTP based URLs a parameter set to 1 tells the library to list the
31 names of files in a directory, rather than performing a full directory listing
34 For POP3 a parameter of 1 tells the library to list the email message or
36 of libcurl, when combined with a URL that contains a message ID, to perform a
42 Note: For FTP this causes a NLST command to be sent to the FTP server. Beware
46 Setting this option to 1 also implies a directory listing even if the URL
47 does not end with a slash, which otherwise is necessary.
H A DCURLOPT_SERVER_RESPONSE_TIMEOUT.md35 Pass a long. Causes libcurl to set a *timeout* period (in seconds) on the
36 amount of time that the server is allowed to take in order to send a response
37 message for a command before the session is considered dead. While libcurl is
38 waiting for a response, this value overrides CURLOPT_TIMEOUT(3). It is
40 CURLOPT_SERVER_RESPONSE_TIMEOUT(3) to a value smaller than
71 Support for SSH is predicated on a new enough (1.11.0) version of libssh2
77 CURLE_BAD_FUNCTION_ARGUMENT if set to a negative value or a value that when
H A DCURLOPT_QUICK_EXIT.md29 Pass a long as a parameter, 1L meaning that when recovering from a timeout,
32 This allows for a swift termination after a DNS timeout for example, by
33 canceling and/or forgetting about a resolver thread, at the expense of a
/curl/docs/libcurl/
H A Dcurl_mime_type.md19 curl_mime_type - set a mime part's content type
31 curl_mime_type(3) sets a mime part's content type.
36 set to NULL to remove a previously attached mime type.
42 In the absence of a mime type and if needed by the protocol specifications,
43 a default mime type is determined by the context:
45 - If set as a custom header, use this value.
49 - If a remote filename is set, the mime type is taken from the filename
52 - For a multipart part, multipart/mixed.
66 /* create a mime handle */
69 /* add a part */
[all …]
H A Dcurl_mime_encoder.md19 curl_mime_encoder - set a mime part's encoder and content transfer encoding
35 *encoding* is a pointer to a null-terminated encoding scheme. It may be
43 pertaining scheme and a corresponding *"Content-Transfer-Encoding"* header
53 to be a 7-bit value; if not, a read error occurs.
65 If the original data is already encoded in such a scheme, a custom
67 curl_mime_headers(3) instead of setting a part encoder.
70 a part with content set with curl_mime_subparts(3) is strongly
83 /* create a mime handle */
86 /* add a part */
89 /* send a file */
[all …]
H A Dcurl_mime_name.md19 curl_mime_name - set a mime part's name
31 curl_mime_name(3) sets a mime part's name. This is the way HTTP form
34 *part* is the part's handle to assign a name to.
39 safely be released or reused after call. Setting a part's name multiple times
41 reset the name of a part by setting *name* to NULL.
53 /* create a mime handle */
56 /* add a part */
59 /* give the part a name */
71 CURLE_OK or a CURL error code upon failure.
H A Dcurl_mime_filedata.md20 curl_mime_filedata - set a mime part's body data from a file contents
33 curl_mime_filedata(3) sets a mime part's body content from the named
35 data to a mime part.
43 As a side effect, the part's remote filename is set to the base name of the
44 given *filename* if it is a valid named file. This can be undone or
45 overridden by a subsequent call to curl_mime_filename(3).
47 The contents of the file is read during the file transfer in a streaming
52 a character device or named pipe), the whole mime structure containing the
68 /* create a mime handle */
71 /* add a part */
[all …]
H A Dcurl_mime_filename.md19 curl_mime_filename - set a mime part's remote filename
32 curl_mime_filename(3) sets a mime part's remote filename. When remote
33 filename is set, content data is processed as a file, whatever is the part's
40 to NULL to remove a previously attached remote filename.
43 storage may safely be released or reused after call. Setting a part's file
59 /* create a mime handle */
62 /* add a part */
68 /* set a file name to make it look like a file upload */
83 CURLE_OK or a CURL error code upon failure.
H A Dcurl_mprintf.md132 (a space: ' ') A blank should be left before a positive number (or empty
133 string) produced by a signed conversion.
137 A sign (+ or -) should always be placed before a number produced by a signed
139 overrides a space if both are used.
150 a '-' flag followed by a positive field width. In no case does a nonexistent
151 or small field width cause truncation of a field; if the result of a
180 *unsigned long* argument, or a following n conversion corresponds to a
181 pointer to a long argument
187 a pointer to a long long argument.
195 A following a, A, e, E, f, F, g, or G conversion corresponds to a long double
[all …]
H A Dcurl_url.md20 curl_url - returns a new URL handle
32 This function allocates a URL object and returns a *CURLU* handle for it,
35 This is a handle to a URL object that holds or can hold URL components for a
66 Returns a **CURLU *** if successful, or NULL if out of memory.
/curl/tests/data/
H A Dtest64633 …ative" -F "= <body>This is the html version</body>;headers=X-test1: this is a header;type=text/htm…
41 # This line is a comment
42 X-fileheader1: This is a header from a file
44 # This line is another comment. It precedes a folded header.
46 #a
78 X-test1: this is a header
83 X-fileheader1: This is a header from a file
84 X-fileheader2: This is #a folded header
91 X-fileheader1: This is a header from a file
92 X-fileheader2: This is #a folded header
H A Dtest84418 REPLY %b64[n,a=user,%01host=127.0.0.1%01port=%IMAPPORT%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64% A00…
44 # The multi interface considers a broken "CONNECT" as a prematurely broken
45 # transfer and such a connection will not get a "LOGOUT"
49 %b64[n,a=user,%01host=127.0.0.1%01port=%IMAPPORT%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64%
H A Dtest88920 REPLY %b64[n,a=user,%01host=127.0.0.1%01port=%POP3PORT%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64% + e…
47 # The multi interface considers a broken "CONNECT" as a prematurely broken
48 # transfer and such a connection will not get a "QUIT"
52 %b64[n,a=user,%01host=127.0.0.1%01port=%POP3PORT%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64%
/curl/tests/certs/
H A DServer-localhost-lastSAN-sv.pem87 00:c8:84:fe:69:64:33:c3:dc:b5:74:8a:c7:b2:bb:
94 4e:18:fd:6a:36:76:24:4a:57:d8:73:2f:13:42:a0:
127 64:64:d4:2a:2b:19:16:d1:0e:e9:b0:04:86:01:fb:ae:37:e4:
130 7e:0d:8e:03:f3:82:95:3e:88:dd:3c:ed:3a:aa:b4:e1:85:fb:
131 d8:ea:3f:6a:7d:34:b7:b3:df:b1:fe:2b:ec:af:e0:1c:9c:ec:
132 43:63:80:17:3a:32:ca:13:35:2d:c7:3d:3e:ac:aa:55:d6:1a:
134 0b:4d:24:a8:33:36:7a:21:f7:e2:86:9c:65:36:f3:7c:0c:4d:
135 be:f1:98:45:c3:27:e4:11:4a:7d:8a:e3:70:ae:fb:ac:9f:a6:
136 f4:0d:dc:a7:83:39:50:c3:1e:1a:95:68:0d:b0:56:8f:64:d2:
137 db:a1:a7:97:d1:2c:ea:7a:f9:9b:2f:5f:4d:ed:7c:f9:df:74:
[all …]
H A Dstunnel-sv.crt21 00:ab:0a:b0:03:d0:76:fe:5e:ce:15:de:61:d5:e3:
23 f1:d5:3c:55:3e:09:2c:ec:a0:d4:af:0e:3c:5a:a2:
31 18:00:80:4a:b7:c9:ba:b8:5f:29:bb:c4:ac:16:97:
33 84:7c:5e:cd:1a:e8:f1:3e:55:b3:21:0f:d0:36:13:
35 5a:50:f9:4a:9f:e0:a2:e7:69:f4:ad:5a:cf:3a:20:
60 0b:8a:ed:6a:87:fa:71:15:88:25:58:85:1b:4a:09:bf:43:00:
63 75:32:cf:0e:f8:5d:c4:a2:29:84:43:2c:75:81:26:12:6a:a0:
66 ed:dd:ea:8a:66:7e:87:85:19:aa:89:d3:3c:08:72:08:a1:4d:
69 7b:a2:4f:e9:b9:5c:b5:a4:52:50:b4:56:5a:44:8e:d9:d0:ed:
71 82:4a:a5:41:1b:29:f5:d3:96:df:80:d1:1e:00:7d:ba:35:94:
[all …]
/curl/lib/
H A Dhttp2.h67 #define Curl_cf_is_http2(a,b) FALSE argument
68 #define Curl_conn_is_http2(a,b,c) FALSE argument
69 #define Curl_http2_may_switch(a,b,c) FALSE argument
72 #define Curl_http2_switch(a,b,c) CURLE_UNSUPPORTED_PROTOCOL argument
73 #define Curl_http2_upgrade(a,b,c,d,e) CURLE_UNSUPPORTED_PROTOCOL argument

Completed in 47 milliseconds

12345678910>>...53