| 7117 | } |
| 7118 | |
| 7119 | inline Result ClientImpl::Post(const std::string &path) { |
| 7120 | return Post(path, std::string(), std::string()); |
| 7121 | } |
| 7122 | |
| 7123 | inline Result ClientImpl::Post(const std::string &path, |
| 7124 | const Headers &headers) { |
no test coverage detected