Home | History | Annotate | Download | only in libwebserv

Lines Matching refs:Request

49 class Request;
101 // Asynchronous callbacks to handle successful or failed request handler
109 // Called by DBusServer when an incoming request is dispatched.
113 std::unique_ptr<Request> request,
116 // Called by Response object to finish the request and send response data.
123 // Makes a call to the (remote) web server request handler over D-Bus to
125 // request with |request_id|.
133 // outstanding request with ID |request_id|.
141 // Handler data map. The key is the client-facing request handler ID returned
146 // Map of remote handler IDs (GUID strings) to client-facing request handler
154 // A map of request ID to protocol handler ID. Used to locate the appropriate
155 // protocol handler D-Bus proxy for given request.