diff options
Diffstat (limited to 'internal/http/http.go')
| -rw-r--r-- | internal/http/http.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/http/http.go b/internal/http/http.go index c5939b5..9b45733 100644 --- a/internal/http/http.go +++ b/internal/http/http.go @@ -161,7 +161,6 @@ func (c *Client) PostWithOpts(url string, opts *OptionalParams) (http.Header, [] return c.Do(http.MethodPost, url, opts) } - // MethodWithOpts Do send a HTTP request using a method (e.g. GET, POST), an url and optional parameters // It returns the HTTP headers, the body and an error if there is one. func (c *Client) Do(method string, urlStr string, opts *OptionalParams) (http.Header, []byte, error) { |
