io library
Classes
- DioForNative
- Implements features for Dio on native platforms.
- IOHttpClientAdapter
- The default HttpClientAdapter for native platforms.
Typedefs
- CreateHttpClient = HttpClient Function()
- The signature of IOHttpClientAdapter.createHttpClient. Can be used to provide a custom HttpClient for Dio.
- DefaultHttpClientAdapter = IOHttpClientAdapter
- OnHttpClientCreate = HttpClient? Function(HttpClient client)
- The signature of IOHttpClientAdapter.onHttpClientCreate.
- ValidateCertificate = bool Function(X509Certificate? certificate, String host, int port)
- The signature of IOHttpClientAdapter.validateCertificate.