IDSHttpClient constructor
IDSHttpClient([
- Client? client
Constructs an IDSHttpClient using the provided http.Client
.
If no client is passed, a default http.Client
is used.
Implementation
IDSHttpClient([http.Client? client]) : _inner = client ?? http.Client();