Live data from Hacker News

Curl, 17 years old today

daniel.haxx.se

1–10 of 100 posts

Re: Curl, 17 years old today

#3
post #2

I'm surprised it's so new. And wget is only a year older... what did people use before then?

Those were the early days of HTTP, so no, people didn't really get a lot of HTTP "manually" like that. We used other existing tools to get gopher and ftp though.

When I started my work on httpget in 1996, I didn't know about wget and I didn't become aware of it until several years later....

Re: Curl, 17 years old today

#6
post #4
post #2

I'm surprised it's so new. And wget is only a year older... what did people use before then?

How long have GET/POST commands been around? Probably not as long, but just curious.

They're mentioned in a February 1996 changelog entry for libwww-perl, so at least 19 years.

Re: Curl, 17 years old today

#7
post #5

> Rough estimates say we may have a billion users already. This cannot be true by a long shot. Or am I missing something?

If you count a user as a system which has curl installed, and has run it at some point, is curl on iOS and Android? If so, you will be in that ball park I imagine.

Re: Curl, 17 years old today

#8
post #4
post #2

I'm surprised it's so new. And wget is only a year older... what did people use before then?

How long have GET/POST commands been around? Probably not as long, but just curious.

I believe they originally come from the libwww-perl project? According to wikipedia it was first released with perl 4.0036, which was in Februrary 1993, but I can't find out if it included GET and HEAD etc already then...

Re: Curl, 17 years old today

#9
post #4
post #2

I'm surprised it's so new. And wget is only a year older... what did people use before then?

How long have GET/POST commands been around? Probably not as long, but just curious.

RFC 1945 dated may 1996 mentions GET and POST methods

http://www.rfc-base.org/txt/rfc-1945.txt

HTTP has been in use by the World-Wide Web global information initiative since 1990. This specification reflects common usage of the protocol referred to as "HTTP/1.0".

Post reply on HN