◆ connect()
| HttpURLConnection fiftyone.pipeline.engines.services.HttpClientDefault.connect | ( | URL | url | ) | throws IOException | 
Connect to a URL.
- Parameters
 - 
    
- url - the URL to connect to
  
- Returns
 - the open HTTP connection
 
- Exceptions
 - 
    
- IOException - if a connection error occurred
  
Implements fiftyone.pipeline.engines.services.HttpClient.
