Skip to content

stephanrotolante/simplehttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stupid simple http client wrapping the go lang http package

import "github.com/stephanrotolante/simplehttp"

func main() {
	httpRequest := simplehttp.CreateHttpRequest("https://google.com")

	httpRequest
		.Post()
		.Body([]byte{})
		.Execute()
}

About

Stupid simple http client wrapper for go lang

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages