init method

void init()

Initialize the HTTP client with optimized settings

Implementation

void init() {
  _client = http.Client();
}