Skip to content
/ gurl Public

A simple http client written in go (actually an academic curl rip off)

Notifications You must be signed in to change notification settings

smf8/gurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple http client written in go (actually an academic curl rip off)

Resources

Stars

Watchers

Forks

Packages

No packages published