Searched defs:PostBufferParams (Results 1 – 2 of 2) sorted by relevance
132 struct PostBufferParams { struct133 std::string buffer_in;134 std::string buffer_out;135 HttpResponse response;
173 struct PostBufferParams { struct174 const std::string& buffer_in;175 std::string* buffer_out;176 HttpResponse* response;177 RequestTimingInfo* timing_info;