package
1.4.1
Repository: https://github.com/vimeo/go-util.git
Documentation: pkg.go.dev

# Functions

Behaves as https://golang.org/pkg/net/http/#Client.Do with the exception that the Response.Body does not need to be closed.
Behaves as https://golang.org/pkg/net/http/#Get but uses simplehttp.Do() to make the request.
Behaves as https://golang.org/pkg/net/http/#Head but uses simplehttp.Do() to make the request.
Post
Behaves as https://golang.org/pkg/net/http/#Post but uses simplehttp.Do() to make the request.
Behaves as https://golang.org/pkg/net/http/#PostForm but uses simplehttp.Do() to make the request.