| 6622 | } |
| 6623 | |
| 6624 | inline Result ClientImpl::Post(const char *path) { |
| 6625 | return Post(path, std::string(), nullptr); |
| 6626 | } |
| 6627 | |
| 6628 | inline Result ClientImpl::Post(const char *path, const char *body, |
| 6629 | size_t content_length, |
no test coverage detected