Searched defs:RequestImpl (Results 1 – 1 of 1) sorted by relevance
30 class HttpServerImpl::RequestImpl : public Request { class in weave::examples::HttpServerImpl32 RequestImpl(EventPtr<evhtp_request_t> req) : req_(std::move(req)) { in RequestImpl() function in weave::examples::HttpServerImpl::RequestImpl