| 6658 | inline bool ClientImpl::is_ssl() const { return false; } |
| 6659 | |
| 6660 | inline Result ClientImpl::Get(const std::string &path) { |
| 6661 | return Get(path, Headers(), Progress()); |
| 6662 | } |
| 6663 | |
| 6664 | inline Result ClientImpl::Get(const std::string &path, Progress progress) { |
| 6665 | return Get(path, Headers(), std::move(progress)); |