Versions in this module Expand all Collapse all v0 v0.4.9 Mar 31, 2015 Changes in this version + func Delete(url string, bodyType string, body io.Reader) (*http.Response, error) + func DeleteForm(url string, data url.Values) (*http.Response, error) + func Get(url string) (*http.Response, error) + func Head(url string) (*http.Response, error) + func NewHTTPClient() *http.Client + func Post(url string, bodyType string, body io.Reader) (*http.Response, error) + func PostForm(url string, data url.Values) (*http.Response, error) + func Put(url string, bodyType string, body io.Reader) (*http.Response, error) + func PutForm(url string, data url.Values) (*http.Response, error) + func ReadBody(resp *http.Response) []byte + func ReadBodyJSON(resp *http.Response) map[string]interface + func RunServer(f func(*server.Server))