<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/docs/libcurl/curl_easy_setopt.3, branch bagder/https-cookie-secure</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>http: added options for allowing HTTP/0.9 responses</title>
<updated>2018-12-21T09:49:30+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-12-17T14:46:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=006ff62d8c51f664c167c6337f009f9f65dd8ea7'/>
<id>006ff62d8c51f664c167c6337f009f9f65dd8ea7</id>
<content type='text'>
Added CURLOPT_HTTP09_ALLOWED and --http0.9 for this purpose.

For now, both the tool and library allow HTTP/0.9 by default.
docs/DEPRECATE.md lays out the plan for when to reverse that default: 6
months after the 7.64.0 release. The options are added already now so
that applications/scripts can start using them already now.

Fixes #2873
Closes #3383
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added CURLOPT_HTTP09_ALLOWED and --http0.9 for this purpose.

For now, both the tool and library allow HTTP/0.9 by default.
docs/DEPRECATE.md lays out the plan for when to reverse that default: 6
months after the 7.64.0 release. The options are added already now so
that applications/scripts can start using them already now.

Fixes #2873
Closes #3383
</pre>
</div>
</content>
</entry>
<entry>
<title>http: Implement trailing headers for chunked transfers</title>
<updated>2018-12-14T09:10:48+00:00</updated>
<author>
<name>Ayoub Boudhar</name>
<email>a.boudhar@outlook.com</email>
</author>
<published>2018-12-06T09:18:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=f464535bfdd9a83140d8a13c3fe3d937239d1c2a'/>
<id>f464535bfdd9a83140d8a13c3fe3d937239d1c2a</id>
<content type='text'>
This adds the CURLOPT_TRAILERDATA and CURLOPT_TRAILERFUNCTION
options that allow a callback based approach to sending trailing headers
with chunked transfers.

The test server (sws) was updated to take into account the detection of the
end of transfer in the case of trailing headers presence.

Test 1591 checks that trailing headers can be sent using libcurl.

Closes #3350
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the CURLOPT_TRAILERDATA and CURLOPT_TRAILERFUNCTION
options that allow a callback based approach to sending trailing headers
with chunked transfers.

The test server (sws) was updated to take into account the detection of the
end of transfer in the case of trailing headers presence.

Test 1591 checks that trailing headers can be sent using libcurl.

Closes #3350
</pre>
</div>
</content>
</entry>
<entry>
<title>setopt: add CURLOPT_CURLU</title>
<updated>2018-11-09T14:47:28+00:00</updated>
<author>
<name>Jim Fuller</name>
<email>jim@webcomposite.com</email>
</author>
<published>2018-11-01T18:16:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5c4fe0d8264a4a4f591d79cefe9676b099bdecf2'/>
<id>5c4fe0d8264a4a4f591d79cefe9676b099bdecf2</id>
<content type='text'>
Allows an application to pass in a pre-parsed URL via a URL handle.

Closes #3227
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows an application to pass in a pre-parsed URL via a URL handle.

Closes #3227
</pre>
</div>
</content>
</entry>
<entry>
<title>curl_easy_upkeep: removed 'conn' from the name</title>
<updated>2018-09-07T11:43:26+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-09-07T08:28:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=17ca0ccff4aeacc63bf7fa90314ea58d23464617'/>
<id>17ca0ccff4aeacc63bf7fa90314ea58d23464617</id>
<content type='text'>
... including the associated option.

Fixes #2951
Closes #2952
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... including the associated option.

Fixes #2951
Closes #2952
</pre>
</div>
</content>
</entry>
<entry>
<title>upkeep: add a connection upkeep API: curl_easy_conn_upkeep()</title>
<updated>2018-09-07T07:45:29+00:00</updated>
<author>
<name>Max Dymond</name>
<email>max.dymond@metaswitch.com</email>
</author>
<published>2018-04-18T15:40:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=7b655fcbadffc3a0297466f1527e05d4a8efe6b2'/>
<id>7b655fcbadffc3a0297466f1527e05d4a8efe6b2</id>
<content type='text'>
Add functionality so that protocols can do custom keepalive on their
connections, when an external API function is called.

Add docs for the new options in 7.62.0

Closes #1641
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add functionality so that protocols can do custom keepalive on their
connections, when an external API function is called.

Add docs for the new options in 7.62.0

Closes #1641
</pre>
</div>
</content>
</entry>
<entry>
<title>CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size</title>
<updated>2018-09-06T08:53:39+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-08-18T14:17:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=2825f46d950ca9b0e269ed8dc6a97c5238a17c30'/>
<id>2825f46d950ca9b0e269ed8dc6a97c5238a17c30</id>
<content type='text'>
This is step 3 of #2888.

Fixes #2888
Closes #2896
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is step 3 of #2888.

Fixes #2888
Closes #2896
</pre>
</div>
</content>
</entry>
<entry>
<title>setopt: add CURLOPT_DOH_URL</title>
<updated>2018-09-06T07:17:17+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-09-06T07:16:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=abff183387ae7e4a0bb7cbdd653ff64aeb1840a7'/>
<id>abff183387ae7e4a0bb7cbdd653ff64aeb1840a7</id>
<content type='text'>
Closes #2668
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #2668
</pre>
</div>
</content>
</entry>
<entry>
<title>option: disallow username in URL</title>
<updated>2018-05-31T09:27:16+00:00</updated>
<author>
<name>Björn Stenberg</name>
<email>bjorn@haxx.se</email>
</author>
<published>2018-02-25T19:17:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=946ce5b61fc3832935ea92b4388116c7f637fb8c'/>
<id>946ce5b61fc3832935ea92b4388116c7f637fb8c</id>
<content type='text'>
Adds CURLOPT_DISALLOW_USERNAME_IN_URL and --disallow-username-in-url. Makes
libcurl reject URLs with a username in them.

Closes #2340
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds CURLOPT_DISALLOW_USERNAME_IN_URL and --disallow-username-in-url. Makes
libcurl reject URLs with a username in them.

Closes #2340
</pre>
</div>
</content>
</entry>
<entry>
<title>setopt: add TLS 1.3 ciphersuites</title>
<updated>2018-05-29T14:12:52+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-05-29T14:12:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=050c93c46f5bc880897152419200e60da56b46e0'/>
<id>050c93c46f5bc880897152419200e60da56b46e0</id>
<content type='text'>
Adds CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS.

curl: added --tls13-ciphers and --proxy-tls13-ciphers

Fixes #2435
Reported-by: zzq1015 on github
Closes #2607
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS.

curl: added --tls13-ciphers and --proxy-tls13-ciphers

Fixes #2435
Reported-by: zzq1015 on github
Closes #2607
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: mention HAproxy protocol "version 1"</title>
<updated>2018-05-18T15:48:40+00:00</updated>
<author>
<name>Aleks</name>
<email>al-git001@none.at</email>
</author>
<published>2018-05-18T15:47:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=e05ad5dd996123bff31218fed54995216416b712'/>
<id>e05ad5dd996123bff31218fed54995216416b712</id>
<content type='text'>
...as there's also a version 2.

Closes #2579
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...as there's also a version 2.

Closes #2579
</pre>
</div>
</content>
</entry>
</feed>
