HttpRequestImpl constructor

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

Implementation

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