withClient method

Method withClient(
  1. BaseClient client
)

Set the client used to make HTTP requests

Implementation

Method withClient(ht.BaseClient client) {
  getClient = client;
  return this;
}