| 231 | } |
| 232 | |
| 233 | std::unique_ptr<Client> Client::clone() const |
| 234 | { |
| 235 | return cloneWithConfigurationOverride(this->client_configuration); |
| 236 | } |
| 237 | |
| 238 | std::unique_ptr<Client> Client::cloneWithConfigurationOverride(const PocoHTTPClientConfiguration & client_configuration_override) const |
| 239 | { |
no outgoing calls