withClient method
Set the client
used to make HTTP requests
Implementation
Method withClient(ht.BaseClient client) {
getClient = client;
return this;
}
Set the client
used to make HTTP requests
Method withClient(ht.BaseClient client) {
getClient = client;
return this;
}