This is a simple implementation of an HTTP client in Go.
Done as a homework for CE261 (Internet Engineering) course.
almost like curl. use -h
option to see available flags and arguments.
##build:
clone or download the project and run
make build
. after that use the gurl
binary. OR just download the linux binary from release page.