prepareHttpClient method

void prepareHttpClient()

Implementation

void prepareHttpClient() {
  httpClient = http.RetryClient(global.Client());
}