withClient method

MethodWithBody withClient(
  1. BaseClient client
)
override

Set the client used to make HTTP requests

Implementation

MethodWithBody withClient(ht.BaseClient client) {
  super.withClient(client);
  return this;
}