Searched defs:request_handler_id (Results 1 – 3 of 3) sorted by relevance
57 std::string request_handler_id = std::get<1>(in_request_info); in ProcessRequest() local
51 std::string request_handler_id = handler->FindRequestHandler(url, method); in ConnectionHandler() local
86 const std::string& request_handler_id, in Request()