Skip to content

brimstone/go-http-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-http-client

I just wanted to be able to add proxies easier.

import (
	"github.com/brimstone/go-http-client"
)

func(){
	resp, err := http.WithSOCKS5("localhost:9050").Get("https://brimstone.github.io")
}

About

wrapper around http.Client that adds some sugar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages