Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
adding Do required for request language
  • Loading branch information
coryb committed Aug 21, 2017
1 parent a91b9d5 commit a1c2849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions httpClient.go
Expand Up @@ -7,6 +7,7 @@ import (

type HttpClient interface {
Delete(url string) (*http.Response, error)
Do(*http.Request) (*http.Response, error)
GetJSON(url string) (*http.Response, error)
Post(url, bodyType string, body io.Reader) (*http.Response, error)
Put(url, bodyType string, body io.Reader) (*http.Response, error)
Expand Down

0 comments on commit a1c2849

Please sign in to comment.