# 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.
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.