httpjson test real response from issue #729

This commit is contained in:
Cameron Sparr
2016-02-23 09:34:01 -07:00
parent 54ee44839c
commit 918c3fb260
3 changed files with 142 additions and 15 deletions

View File

@@ -23,7 +23,8 @@ type HttpJson struct {
TagKeys []string
Parameters map[string]string
Headers map[string]string
client HTTPClient
client HTTPClient
}
type HTTPClient interface {