HttpRequestImpl constructor
      
      HttpRequestImpl({})
     
    
    
Implementation
HttpRequestImpl({
  bool allowAutoSignedCert = true,
  List<TrustedCertificate>? trustedCertificates,
  bool withCredentials = false,
  String Function(Uri url)? findProxy,
});