TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Curl, 17 years old today

420 pointsby bagderabout 10 years ago

16 comments

xrstfabout 10 years ago
&gt; &quot;If it doesn&#x27;t load through curl, it&#x27;s broken.&quot; --someone<p>So, so true. Thanks, curl.
评论 #9237123 未加载
评论 #9237519 未加载
escherizeabout 10 years ago
I love curl so much. I just learned that you can &#x27;copy to curl command&#x27; from the chrome inspector&#x27;s network panel by right clicking on any request!!<p>I want to make a library that reads the curl command (and maybe request syntax?) and outputs a function that will do that command.
评论 #9236764 未加载
评论 #9237057 未加载
评论 #9236857 未加载
评论 #9236760 未加载
评论 #9240105 未加载
pascaloabout 10 years ago
Can I just say thank you for all those hours of hard work the maintainers have put in over the years?
评论 #9237107 未加载
teamhappyabout 10 years ago
<p><pre><code> alias wget=&#x27;echo &quot;How dare you.&quot; &amp;&amp; curl -O&#x27; brew rm wget </code></pre> Happy birthday.
评论 #9243489 未加载
wgingabout 10 years ago
I&#x27;m surprised it&#x27;s so new. And wget is only a year older... what did people use before then?
评论 #9236838 未加载
评论 #9236710 未加载
评论 #9236881 未加载
评论 #9237380 未加载
评论 #9236820 未加载
评论 #9236711 未加载
评论 #9241343 未加载
评论 #9237677 未加载
josephpmayabout 10 years ago
It&#x27;s slightly weird to me that I am older than Curl and Wget. They always seemed like Unix Monoliths to me; I had just assumed they had always existed.
评论 #9238380 未加载
tlrobinsonabout 10 years ago
Curl is great, but I also recently came across HTTPie (<a href="https://github.com/jakubroztocil/httpie" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jakubroztocil&#x2F;httpie</a>) which has some nice features for playing around with HTTP APIs (JSON formatting, syntax highlighting, etc)
lloyddeabout 10 years ago
I abuse curl most weeks. How many more web apps would fail at a header only request, if not for prodding from a curl user.
noselasdabout 10 years ago
Daniel Stenberg, the maintainer, was also on the packet pusher podcast recently, talking about HTTP&#x2F;2 - <a href="http://packetpushers.net/show-224-http2-its-the-biggest-network-thing-happening-on-the-internet-today-repost/" rel="nofollow">http:&#x2F;&#x2F;packetpushers.net&#x2F;show-224-http2-its-the-biggest-netw...</a>
jkoudysabout 10 years ago
I was wgetting all my http requests until about 2 years ago. Curl&#x27;s undeniable coolness won me over after 15 years. Now I practically live in curl when I&#x27;m setting up webservices, and libcurl for PHP does something on nearly every page request I have.<p>For PHP people, curl_multi_exec is the new event loop.
kyberiasabout 10 years ago
&gt; Rough estimates say we may have a billion users already.<p>This cannot be true by a long shot. Or am I missing something?
评论 #9236744 未加载
评论 #9236755 未加载
评论 #9236736 未加载
评论 #9236753 未加载
评论 #9238610 未加载
评论 #9238562 未加载
Pephersabout 10 years ago
curl is just awesome, thanks so much to the author and all maintainers over the years! It&#x27;s still my go to application for testing and debugging HTTP requests.
cdnsteveabout 10 years ago
Happy bday!
awalGargabout 10 years ago
cUrl, I am as old as you &lt;3
IshKebababout 10 years ago
Curl is pretty great to use, but be warned it has old smelly code and is probably full of security issues. I wouldn&#x27;t use it for anything too critical.
评论 #9238811 未加载
nailerabout 10 years ago
And still better than wget, which only does http 1.0 and this has problems due to lacking a &#x27;host&#x27; header. Curl just works.
评论 #9236803 未加载
评论 #9237101 未加载
评论 #9236954 未加载