SecureHttpClientIO constructor
SecureHttpClientIO(
- HttpClient? inner, {
- bool allowSslError = false,
Erstellt einen neuen SecureHttpClientIO
inner
- Der zugrunde liegende HttpClient
allowSslError
- Ob HTTP-Verbindungen erlaubt sind (Standard: false)
Implementation
SecureHttpClientIO(super.inner, {this.allowSslError = false});