ShakeHttpClient constructor

ShakeHttpClient()

Implementation

ShakeHttpClient() {
  client = HttpClient();
  logger = ShakeHttpLogger();
}