Versions in this module Expand all Collapse all v1 v1.0.1 Aug 11, 2020 v1.0.0 Aug 7, 2019 Changes in this version + func DELETE(url string, options ...SendOption) (*http.Response, error) + func Get(url string, options ...SendOption) (*http.Response, error) + func POST(url string, options ...SendOption) (*http.Response, error) + func PUT(url string, options ...SendOption) (*http.Response, error) + func Send(method, rawurl string, options ...SendOption) (*http.Response, error) + type SendOption func(*sendOptions) + func SendBody(body io.Reader) SendOption + func SendHeaders(headers map[string]string) SendOption + func SendRetry(times int) SendOption + func SendTimeout(timeout time.Duration) SendOption