> 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
> 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