go get github.com/WalterPaes/go-http-lib
request := New("http://yoururl.com", &http.Client{})
request.AddHeader("foo", "bar")
request.Post("/path", map[string]string{"foo": "bar"})
request.Get("/path", map[string]string{"foo": "bar"})
request.Json()
request.Decode(map[string]string{})
This project was developed with the following technologies:
Made by Walter Junior