summaryrefslogtreecommitdiffstats
path: root/app/http_service.go
Commit message (Collapse)AuthorAgeFilesLines
* Move HTTPService and ConfigService into services package (#9422)Harrison Healey2018-09-261-67/+0
| | | | | | | | * Move HTTPService and ConfigService into utils package * Re-add StaticConfigService * Move config and http services into their own packages
* MM-11855 Add App.HTTPService to allow mocking of HTTP client (#9359)Harrison Healey2018-09-071-0/+67
* MM-11855 Add App.HTTPService to allow mocking of HTTP client * Initialize HTTPService earlier