adapters/http_client_adapter library
Classes
- HTTPClientAdapter
- High-level HTTP client shared across the Flutter SDK.
- HttpClientResponse
- Minimal response container, platform-agnostic.
Exceptions / Errors
- HttpClientException
- Thrown when the underlying libcurl call fails before we have a server status (DNS, TLS, connect, cancel, etc.) or when the caller has not configured the adapter yet.