Home
last modified time | relevance | path

Searched refs:a (Results 176 – 200 of 1320) sorted by relevance

12345678910>>...53

/curl/tests/data/
H A Dtest2513 HTTP/1.1 301 This is a weirdo text message
22 HTTP/1.1 301 This is a weirdo text message
28 HTTP/1.1 301 This is a weirdo text message
34 HTTP/1.1 301 This is a weirdo text message
40 HTTP/1.1 301 This is a weirdo text message
46 HTTP/1.1 301 This is a weirdo text message
52 HTTP/1.1 301 This is a weirdo text message
H A Dtest115915 HTTP/1.1 301 This is a weirdo text message swsclose
20 This server reply is for testing a simple Location: following
47 HTTP/1.1 301 This is a weirdo text message swsclose
52 This server reply is for testing a simple Location: following
H A Dtest126823 file name argument looks like a flag
32 Warning: The file name argument '-k' looks like a flag.
36 # we expect an error since we provide a weird URL
H A Dtest20226 contents in a single file
33 contents in a single file
34 contents in a single file
H A Dtest72621 # Set a home that doesn't have a ".ipfs" folder. %PWD should be good.
22 # This is to prevent the automatic gateway detection from finding a gateway file in your home folde…
/curl/docs/cmdline-opts/
H A Dresolve.md19 Provide a custom address for a specific host and port pair. Using this, you
20 can make the curl requests(s) use a specified address and prevent the
21 otherwise normally resolved address to be used. Consider it a sort of
29 with a specific host and port is used first.
34 By prefixing the host with a '+' you can make the entry time out after curl's
36 parallel transfers with a lot of files. In such cases, if this option is used
H A Dkey.md25 then a PKCS#11 URI (RFC 7512) can be used to specify a private key located in
26 a PKCS#11 device. A string beginning with `pkcs11:` is interpreted as a
27 PKCS#11 URI. If a PKCS#11 URI is provided, then the --engine option is set as
/curl/docs/libcurl/opts/
H A DCURLOPT_ECH.md32 This experimental feature requires a special build of OpenSSL, as ECH is not
36 There is also a known issue with using wolfSSL which does not support ECH when
39 Pass a string that specifies configuration details for ECH. In all cases, if
48 Instructs client to emit a GREASE ECH extension. (The connection fails if ECH
62 If the string starts with `ecl:` then the remainder of the string should be a
64 download such a value from the DNS.
68 If the string starts with `pn:` then the remainder of the string should be a
H A DCURLOPT_PREQUOTE.md29 Pass a pointer to a linked list of FTP commands to pass to the server after
30 the transfer type is set. The linked list should be a fully valid list of
32 CURLOPT_QUOTE(3). Disable this operation again by setting a NULL to this
35 These commands are not performed when a directory listing is performed, only
H A DCURLOPT_DNS_LOCAL_IP4.md30 should be of type char * and contain a single numerical IPv4 address as a
31 string. Set this option to NULL to use the default setting (do not bind to a
59 This option requires that libcurl was built with a resolver backend that
68 CURLE_BAD_FUNCTION_ARGUMENT when given a bad address.
H A DCURLINFO_FTP_ENTRY_PATH.md28 Pass a pointer to a char pointer to receive a pointer to a string holding the
30 logging on to the remote FTP server. This stores a NULL as pointer if
H A DCURLOPT_DNS_LOCAL_IP6.md30 should be of type char * and contain a single IPv6 address as a string. Set
31 this option to NULL to use the default setting (do not bind to a specific IP
59 This option requires that libcurl was built with a resolver backend that
68 CURLE_BAD_FUNCTION_ARGUMENT when given a bad address.
H A DCURLOPT_CURLU.md33 Pass in a pointer to the *URL* handle to work with. The parameter should be a
37 CURLOPT_URL(3) or CURLOPT_CURLU(3) **must** be set before a
41 contents. An application can update the contents of the URL handle after a
42 transfer is done and if the same handle is used in a subsequent request the
H A DCURLOPT_HTTPHEADER.md35 Pass a pointer to a linked list of HTTP headers to pass to the server and/or
39 When used within an IMAP or SMTP request to upload a MIME mail, the given
44 The linked list should be a fully valid list of **struct curl_slist**
46 and curl_slist_free_all(3) to clean up an entire list. If you add a
48 header is used instead. If you add a header with no content as in 'Accept:'
69 *handle* for a transfer before you call curl_slist_free_all(3) on
72 Pass a NULL to this option to reset back to no custom headers.
79 that are sent with CONNECT to a proxy: CURLOPT_PROXYHEADER(3). Use
111 to "multipart/mixed", describing a document made of independent parts. When a
119 Other specific headers that do not have a libcurl default value but are
[all …]
H A DCURLOPT_ACCEPT_ENCODING.md29 Pass a char pointer argument specifying what encoding you would like.
32 enables decoding of a response when a Content-Encoding: header is received.
38 particular libcurl build supports, libcurl allows a zero-length string to be
47 7.72.0) *zstd* which is zstd. Provide them in the string as a
58 This is a request, not an order; the server may or may not do it. This option
62 Servers might respond with Content-Encoding even without getting a
63 Accept-Encoding: in the request. Servers might respond with a different
66 The Content-Length: servers send for a compressed response is supposed to
69 sending the length of the non-compressed content is a common server mistake).
H A DCURLOPT_POSTFIELDS.md32 Pass a char pointer as parameter, pointing to the data buffer to use in an
35 encode it in any way. For example, a web server may assume that this data is
38 The data pointed to is NOT copied by the library: as a consequence, it must be
43 This POST is a normal **application/x-www-form-urlencoded** kind (and
49 necessary. It returns a pointer to an encoded string that can be passed as
55 data from the read callback. To send a zero-length (empty) POST, set
59 libcurl assumes this option points to a null-terminated string unless you also
64 Using POST with HTTP 1.1 implies the use of a "Expect: 100-continue" header,
91 /* pass in a pointer to the data - libcurl does not copy */
110 /* pass in a pointer to the data - libcurl does not copy */
H A DCURLOPT_PROXY_SSLCERT.md38 Pass a pointer to a null-terminated string as parameter. The string should be
45 to use a file from the current directory, please precede it with "./" prefix,
46 in order to avoid confusion with a nickname.
48 When using a client certificate, you most likely also need to provide a
H A DCURLINFO_SIZE_UPLOAD.md31 Pass a pointer to a double to receive the total amount of bytes that were
34 CURLINFO_SIZE_UPLOAD_T(3) is a newer replacement that returns a more
H A DCURLINFO_SPEED_DOWNLOAD.md31 Pass a pointer to a double to receive the average download speed that curl
34 CURLINFO_SPEED_DOWNLOAD_T(3) is a newer replacement that returns a more
H A DCURLINFO_SPEED_UPLOAD.md29 Pass a pointer to a double to receive the average upload speed that curl
32 CURLINFO_SPEED_UPLOAD_T(3) is a newer replacement that returns a more
/curl/packages/vms/
H A Dmake_pcsi_curl_kit_name.com133 $! We encode the snapshot date into the version as an ECO since a daily
136 $! version_type = 'V' for a production release, and 'D' for a build from a
164 $! The presence of a patch implies an update
176 $! Write out a logical name for the resulting base kit name.
/curl/docs/libcurl/
H A Dcurl_mime_headers.md18 curl_mime_headers - set a mime part's custom headers
31 curl_mime_headers(3) sets a mime part's custom headers.
35 *headers* is the head of a list of custom headers; it may be set to NULL
36 to remove a previously attached custom header list.
42 Setting a part's custom headers list multiple times is valid: only the value
82 CURLE_OK or a CURL error code upon failure.
H A Dcurl_multi_setopt.md18 curl_multi_setopt - set options for a curl multi handle
30 curl_multi_setopt(3) is used to tell a libcurl multi handle how to
34 be a **long**, a **function pointer**, an **object pointer** or a
125 The standard CURLMcode for multi interface error codes. Note that it returns a
H A Dcurl_multi_waitfds.md18 curl_multi_waitfds - extracts file descriptor information from a multi handle
35 *poll(2)*'s *pollfd* structure from a given multi_handle.
37 These structures can be used for polling on multi_handle file descriptors in a
43 If a number of descriptors used by the multi_handle is greater than the
46 If the *fd_count* argument is not a null pointer, it points to a variable
51 descriptors and allocate appropriate storage for them to be used in a
81 * Note that a better approach can be used to minimize allocations and
H A Dcurl_pushheader_bynum.md16 curl_pushheader_bynum - get a push header by index
28 This is a function that is only functional within a
34 libcurl when this callback returns. The returned pointer points to a
71 Returns a pointer to the header field content or NULL.

Completed in 57 milliseconds

12345678910>>...53