client property
Client
get
client
The underlying HTTP client (e.g. for direct chunk transfers to egest/ingest hosts). Exposed so callers reuse the same client — important for testing with a mock client.
Implementation
http.Client get client => _client;