| 7739 | content_type); |
| 7740 | } |
| 7741 | inline Result ClientImpl::Patch(const std::string &path) { |
| 7742 | return Patch(path, std::string(), std::string()); |
| 7743 | } |
| 7744 | |
| 7745 | inline Result ClientImpl::Patch(const std::string &path, const char *body, |
| 7746 | size_t content_length, |