Lines Matching refs:Response
22 class Response;
34 // http::Request and http::Response classes use it for communication.
35 // Effectively this class is the interface for the request/response objects to
39 // response object until all the data is sent to the server and the response
52 // response.
60 // If needed, this function can be called to customize where the response
64 // to receive the response data. The method will block until the whole
65 // response message is received, or if an error occur in which case the
68 // Send the request asynchronously and invoke the callback with the response
73 // The following methods are used by http::Response object to obtain the
74 // response data. They are used only after the response data has been received
75 // since the http::Response object is not constructed until
84 // Returns the value of particular response header, or empty string if the
88 // Returns the response data stream. This function can be called only once