Re: [dev] Just discovered dwm

From: Alexander Keller <contact_AT_nycroth.com>
Date: Mon, 03 Oct 2016 17:37:34 -0400

> what do you guys do for wget like functionality? opt for curl?

I just use curl. If you really need something small, you could use
netcat:

nc example.com 80
GET / HTTP/1.1
Host: example.com
User-Agent: netcat
Received on Mon Oct 03 2016 - 23:37:34 CEST

This archive was generated by hypermail 2.3.0 : Mon Oct 03 2016 - 23:48:11 CEST