HttpRequestImpl constructor

HttpRequestImpl({
  1. bool allowAutoSignedCert = true,
  2. List<TrustedCertificate>? trustedCertificates,
  3. bool withCredentials = false,
  4. String findProxy(
    1. Uri url
    )?,
})

Implementation

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