Lines Matching refs:to

36 Pass a pointer to a linked list of HTTP headers to pass to the server and/or
40 When used within an IMAP or SMTP request to upload a MIME mail, the given
41 header list establishes the document-level MIME headers to prepend to the
46 properly filled in. Use curl_slist_append(3) to create the list and
47 curl_slist_free_all(3) to clean up an entire list. If you add a header that is
52 internal headers. To add a header with no content (nothing to the right side
56 because libcurl adds CRLF after each header item itself. Failure to comply
64 of headers only causes your request to send an invalid header. Use
65 CURLOPT_CUSTOMREQUEST(3) to change the method.
67 When this option is passed to curl_easy_setopt(3), libcurl does not copy the
72 ones. Set it to NULL to disable its use again.
79 that are sent with CONNECT to a proxy: CURLOPT_PROXYHEADER(3). Use
80 CURLOPT_HEADEROPT(3) to control the behavior.
84 Setting some specific headers causes libcurl to act differently.
95 Tells libcurl the upload is to be done using this chunked encoding instead of
100 When used to build a MIME email for IMAP or SMTP, the following document-level
101 headers can be set to override libcurl-generated values:
105 Tells the parser at the receiving site how to interpret the MIME framing.
106 It defaults to "1.0" and should normally not be altered.
111 to "multipart/mixed", describing a document made of independent parts. When a
113 (i.e.: HTML and plain text), this header must be set to "multipart/alternative".
114 In all cases the value must be of the form "multipart/*" to respect the
128 caution if you for example connect to the remote site using a proxy and a
129 CONNECT request, you should to consider if that proxy is supposed to also get
130 the headers. They may be private or otherwise sensitive to leak.
132 Use CURLOPT_HEADEROPT(3) to make the headers only get sent to where you
133 intend them to get sent.
136 that if you tell libcurl to follow redirects
138 the subsequent request. Redirects can of course go to other hosts and thus
142 from being sent to other hosts than the first used one, unless specifically
146 sent to other hosts than the first used one, unless specifically permitted