| 6889 | } |
| 6890 | |
| 6891 | inline Result ClientImpl::Put(const std::string &path) { |
| 6892 | return Put(path, std::string(), std::string()); |
| 6893 | } |
| 6894 | |
| 6895 | inline Result ClientImpl::Put(const std::string &path, const char *body, |
| 6896 | size_t content_length, |
no test coverage detected