Lines Matching refs:response
102 const std::string& response,
114 response.size());
116 socket->Write(response.data(), response.size());
120 std::map<std::string, std::string> response;
121 response["Browser"] = "node.js/" NODE_VERSION;
122 response["Protocol-Version"] = "1.1";
123 SendHttpResponse(socket, MapToString(response), 200);
358 std::vector<std::map<std::string, std::string>> response;
360 response.push_back(std::map<std::string, std::string>());
361 std::map<std::string, std::string>& target_map = response.back();
387 SendHttpResponse(socket, MapsToString(response), 200);