Home
last modified time | relevance | path

Searched defs:RequestImpl (Results 1 – 1 of 1) sorted by relevance

/external/libweave/examples/provider/
Devent_http_server.cc30 class HttpServerImpl::RequestImpl : public Request { class in weave::examples::HttpServerImpl
32 RequestImpl(EventPtr<evhtp_request_t> req) : req_(std::move(req)) { in RequestImpl() function in weave::examples::HttpServerImpl::RequestImpl