defaultClient property

HttpPlusClient defaultClient
final

Default client instance used by top-level functions.

This client is shared across all top-level HTTP-method functions provided by the library.

maxOpenConnections is set to 8, to limit resources.

Implementation

static final HttpPlusClient defaultClient =
    HttpPlusClient(maxOpenConnections: 8);