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