<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Libcurl on Producthunt daily</title>
        <link>https://producthunt.programnotes.cn/en/tags/libcurl/</link>
        <description>Recent content in Libcurl on Producthunt daily</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Fri, 19 Sep 2025 15:26:50 +0800</lastBuildDate><atom:link href="https://producthunt.programnotes.cn/en/tags/libcurl/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>curl</title>
        <link>https://producthunt.programnotes.cn/en/p/curl/</link>
        <pubDate>Fri, 19 Sep 2025 15:26:50 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/curl/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1676139524257-6b71166d737e?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NTgyNjY3ODh8&amp;ixlib=rb-4.1.0" alt="Featured image of post curl" /&gt;&lt;h1 id=&#34;curlcurl&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/curl/curl&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;curl/curl&lt;/a&gt;
&lt;/h1&gt;&lt;!--
Copyright (C) Daniel Stenberg, &lt;daniel@haxx.se&gt;, et al.

SPDX-License-Identifier: curl
--&gt;
&lt;h1 id=&#34;curl-logo&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://curl.se/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://curl.se/logo/curl-logo.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;curl logo&#34;
	
	
&gt;&lt;/a&gt;
&lt;/h1&gt;&lt;p&gt;curl is a command-line tool for transferring data specified with URL syntax.
Learn how to use curl by reading &lt;a class=&#34;link&#34; href=&#34;https://curl.se/docs/manpage.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;the
manpage&lt;/a&gt; or &lt;a class=&#34;link&#34; href=&#34;https://everything.curl.dev/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;everything
curl&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Find out how to install curl by reading &lt;a class=&#34;link&#34; href=&#34;https://curl.se/docs/install.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;the INSTALL
document&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;libcurl is the library curl is using to do its job. It is readily available to
be used by your software. Read &lt;a class=&#34;link&#34; href=&#34;https://curl.se/libcurl/c/libcurl.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;the libcurl
manpage&lt;/a&gt; to learn how.&lt;/p&gt;
&lt;h2 id=&#34;open-source&#34;&gt;Open Source
&lt;/h2&gt;&lt;p&gt;curl is Open Source and is distributed under an MIT-like
&lt;a class=&#34;link&#34; href=&#34;https://curl.se/docs/copyright.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;license&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;contact&#34;&gt;Contact
&lt;/h2&gt;&lt;p&gt;Contact us on a suitable &lt;a class=&#34;link&#34; href=&#34;https://curl.se/mail/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mailing list&lt;/a&gt; or
use GitHub &lt;a class=&#34;link&#34; href=&#34;https://github.com/curl/curl/issues&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;issues&lt;/a&gt;/
&lt;a class=&#34;link&#34; href=&#34;https://github.com/curl/curl/pulls&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;pull requests&lt;/a&gt;/
&lt;a class=&#34;link&#34; href=&#34;https://github.com/curl/curl/discussions&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;discussions&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;All contributors to the project are listed in &lt;a class=&#34;link&#34; href=&#34;https://curl.se/docs/thanks.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;the THANKS
document&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;commercial-support&#34;&gt;Commercial support
&lt;/h2&gt;&lt;p&gt;For commercial support, maybe private and dedicated help with your problems or
applications using (lib)curl visit &lt;a class=&#34;link&#34; href=&#34;https://curl.se/support.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;the support page&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;website&#34;&gt;Website
&lt;/h2&gt;&lt;p&gt;Visit the &lt;a class=&#34;link&#34; href=&#34;https://curl.se/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;curl website&lt;/a&gt; for the latest news and downloads.&lt;/p&gt;
&lt;h2 id=&#34;source-code&#34;&gt;Source code
&lt;/h2&gt;&lt;p&gt;Download the latest source from the Git server:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;git clone https://github.com/curl/curl.git
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;security-problems&#34;&gt;Security problems
&lt;/h2&gt;&lt;p&gt;Report suspected security problems via &lt;a class=&#34;link&#34; href=&#34;https://hackerone.com/curl&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;our HackerOne
page&lt;/a&gt; and not in public.&lt;/p&gt;
&lt;h2 id=&#34;notice&#34;&gt;Notice
&lt;/h2&gt;&lt;p&gt;curl contains pieces of source code that is Copyright (c) 1998, 1999 Kungliga
Tekniska Högskolan. This notice is included here to comply with the
distribution terms.&lt;/p&gt;
&lt;h2 id=&#34;backers&#34;&gt;Backers
&lt;/h2&gt;&lt;p&gt;Thank you to all our backers :pray: &lt;a class=&#34;link&#34; href=&#34;https://opencollective.com/curl#section-contribute&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Become a backer&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;sponsors&#34;&gt;Sponsors
&lt;/h2&gt;&lt;p&gt;Support this project by becoming a &lt;a class=&#34;link&#34; href=&#34;https://curl.se/sponsors.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;sponsor&lt;/a&gt;.&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
