Searched defs:PostResponse (Results 1 – 2 of 2) sorted by relevance
301 class PostResponse { class303 explicit PostResponse(const std::string& response) : response_(response) {} in PostResponse() function in trunks::PostResponse
122 TEST_F(CurlTest, PostResponse) { in TEST_F() argument