Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 412 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 412 Bytes

gURL

Overview

This is a simple implementation of an HTTP client in Go.

Done as a homework for CE261 (Internet Engineering) course.

Usage

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.