summaryrefslogtreecommitdiffstats
path: root/utils/httpclient_test.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6358: Server HTTP client improvements (#6980)Chris2017-08-091-4/+82
| | | | | | | | | | | | | | | | * restrict untrusted, internal http connections by default * command test fix * more test fixes * change setting from toggle to whitelist * requested ui changes * add isdefault diagnostic * fix tests
* PLT-5705 Created a single source of http.Client creation logic with internet ↵Torsten Juergeleit2017-05-311-0/+42
proxy support, reasonable timeouts and optional insecure connections (#6503)