<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=CURL</id>
	<title>CURL - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=CURL"/>
	<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=CURL&amp;action=history"/>
	<updated>2026-06-30T14:01:38Z</updated>
	<subtitle>在这个wiki上该页的修订历史</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://arolstar52-zhtest.hf.space/index.php?title=CURL&amp;diff=61511&amp;oldid=prev</id>
		<title>imported&gt;BinTianqi：​改进条目，添加内部链接</title>
		<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=CURL&amp;diff=61511&amp;oldid=prev"/>
		<updated>2025-08-01T12:08:45Z</updated>

		<summary type="html">&lt;p&gt;改进条目，添加内部链接&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Distinguish|Curl语言|旋度}}&lt;br /&gt;
{{NoteTA|G1=IT|G2=FL}}&lt;br /&gt;
{{Expand language|en}}&lt;br /&gt;
{{Infobox software&lt;br /&gt;
| released = 1997&amp;lt;ref name=history&amp;gt;{{Cite web |url=http://curl.haxx.se/docs/history.html |title=cURL History Page |accessdate=2012-05-01 |archive-date=2012-04-23 |archive-url=https://web.archive.org/web/20120423045408/http://curl.haxx.se/docs/history.html |dead-url=yes }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| name                   = cURL&lt;br /&gt;
| logo                   = Curl-logo.svg&lt;br /&gt;
| screenshot             = CURL downloading CURL screenshot.png&lt;br /&gt;
| screenshot size        = 300px&lt;br /&gt;
| caption                = &amp;lt;code&amp;gt;curl -O&amp;lt;/code&amp;gt;的输出结果&lt;br /&gt;
| author                 = [[丹尼尔·斯坦伯格]]&lt;br /&gt;
| developer              = &lt;br /&gt;
| operating system       = [[跨平台]]&lt;br /&gt;
| programming language   = [[C语言|C]]&lt;br /&gt;
| genre                  = [[FTP]] / [[HTTP]]&lt;br /&gt;
| license                = 自由软件：[http://curl.haxx.se/docs/copyright.html MIT/X derivate license]&lt;br /&gt;
| website                = {{url|https://curl.se/}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;cURL&amp;#039;&amp;#039;&amp;#039;是一个[[开源]]项目，主要的产品是curl（命令行工具）和libcurl（C语言的API[[库 (计算机)|库]]），两者功能均是：基于网络协议，对指定[[URL]]进行网络传输。&amp;lt;ref&amp;gt;{{Cite web|title=What does curl do?|url=https://ec.haxx.se/curl/curl-does|accessdate=2020-01-27|work=ec.haxx.se|archive-date=2020-01-27|archive-url=https://web.archive.org/web/20200127021637/https://ec.haxx.se/curl/curl-does|dead-url=no}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web|title=cURL必知必会-图书-图灵社区|url=https://www.ituring.com.cn/book/2461|accessdate=2020-01-27|work=www.ituring.com.cn|archive-date=2018-09-28|archive-url=https://web.archive.org/web/20180928080802/http://www.ituring.com.cn/book/2461|dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
cURL只涉及网络传输，不涉及对具体数据的具体处理（如：html的渲染等）。&lt;br /&gt;
&lt;br /&gt;
== 歷史 ==&lt;br /&gt;
cURL最先於1997年釋出&amp;lt;ref name=&amp;quot;RelFirst&amp;quot;&amp;gt;{{cite web |url=https://fossies.org/linux/curl/docs/HISTORY.md |title=cURL: docs/HISTORY.md &amp;amp;#124; Fossies |publisher=fossies.org |accessdate=2019-09-29 |archive-date=2019-09-29 |archive-url=https://web.archive.org/web/20190929115117/https://fossies.org/linux/curl/docs/HISTORY.md |dead-url=no }}&amp;lt;/ref&amp;gt;，當時的專案名稱是 httpget，之後改為 urlget &amp;lt;ref name = &amp;quot;cURL changelog, 2020&amp;quot; &amp;gt;{{Cite web | url = https://curl.haxx.se/changes.html#4_0 | title = Changelog | access-date = 2020-01-04 | date = 2020-01-04 | quote = The first curl release. The tool was named urlget before this. And httpget before that. | language = en | archive-date = 2020-01-05 | archive-url = https://web.archive.org/web/20200105165454/https://curl.haxx.se/changes.html#4_0 | dead-url = no }}&amp;lt;/ref&amp;gt;。&lt;br /&gt;
&lt;br /&gt;
== 组件 ==&lt;br /&gt;
&lt;br /&gt;
=== libcurl ===&lt;br /&gt;
libcurl是一个客户端URL传输库，支持[[cookie]]、[[DICT]]、[[FTP]]、[[FTPS]]、[[Gopher]]、[[HTTP]]（包括[[HTTP/2]]、[[HTTP/3]]）、HTTP代理、[[HTTPS]]、[[IMAP]]、[[Kerberos]]、[[LDAP]]、[[MQTT]]、[[POP3]]、[[RTSP]]、[[RTMP]]、[[SCP]]、[[SMTP]] 和[[SMB]]。该库支持文件URI方案、[[SFTP]]、[[Telnet]]、[[TFTP]]、文件传输恢复、FTP 上传、基于 HTTP 表单的上传、HTTPS 证书、[[LDAPS]]、代理和用户增强密码身份验证。&lt;br /&gt;
&lt;br /&gt;
libcurl 库支持[[GnuTLS]]、[[mbed TLS]]、[[NSS]]、{{link-en|IBM i}} 上的 GSKit、[[Windows]] 上的 [[SSPI]]、[[macOS]] 和 [[iOS]] 上的 Secure Transport、[[OpenSSL]]、[[BoringSSL]]、[[LibreSSL]]、AmiSSL、[[wolfSSL]]、BearSSL 和 {{link-en|Rustls}} 的 SSL/TLS。&amp;lt;ref&amp;gt;{{Cite web |title=curl supports rustls {{!}} daniel.haxx.se |url=https://daniel.haxx.se/blog/2021/02/09/curl-supports-rustls/ |language=en-US |access-date=2022-07-09 |archive-date=2022-08-09 |archive-url=https://web.archive.org/web/20220809112322/https://daniel.haxx.se/blog/2021/02/09/curl-supports-rustls/ |dead-url=no }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== curl ===&lt;br /&gt;
&lt;br /&gt;
curl是一个用于获取和发送数据的[[命令行]]工具，使用URL语法。curl提供了一个libcurl的接口，它支持所有libcurl支持的协议。&lt;br /&gt;
&lt;br /&gt;
==== 例子 ====&lt;br /&gt;
简单模式：&amp;lt;syntaxhighlight lang=&amp;quot;console&amp;quot;&amp;gt;&lt;br /&gt;
$ curl http://example.com&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;详细（verbose）模式：&amp;lt;syntaxhighlight lang=&amp;quot;console&amp;quot;&amp;gt;&lt;br /&gt;
$ curl --verbose http://example.com&lt;br /&gt;
$ curl -v http://example.com&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;下载（output）：&amp;lt;syntaxhighlight lang=&amp;quot;console&amp;quot;&amp;gt;&lt;br /&gt;
$ curl --output output.html http://example.com/&lt;br /&gt;
$ curl -o output.html http://example.com/&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;[[重定向]]：（curl默认不会重定向）&amp;lt;syntaxhighlight lang=&amp;quot;console&amp;quot;&amp;gt;$ curl --location http://example.com/&lt;br /&gt;
$ curl -L http://example.com/&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 参见 ==&lt;br /&gt;
&lt;br /&gt;
* [[wget]]&lt;br /&gt;
&lt;br /&gt;
== 外部链接 ==&lt;br /&gt;
&lt;br /&gt;
*{{Official website}}&lt;br /&gt;
*[https://ec.haxx.se/ 官方英文电子书]{{Wayback|url=https://ec.haxx.se/ |date=20200117200623 }}&lt;br /&gt;
*[https://www.ituring.com.cn/book/2461 官方中文电子书]{{Wayback|url=https://www.ituring.com.cn/book/2461 |date=20180928080802 }}&lt;br /&gt;
&lt;br /&gt;
== 参考资料 ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{下载管理器}}&lt;br /&gt;
&lt;br /&gt;
[[Category:FTP客户端]]&lt;br /&gt;
[[Category:自由網路軟體]]&lt;br /&gt;
[[Category:下載工具]]&lt;br /&gt;
[[Category:HTTP客户端]]&lt;br /&gt;
[[Category:Windows命令]]&lt;/div&gt;</summary>
		<author><name>imported&gt;BinTianqi</name></author>
	</entry>
</feed>