Home | History | Annotate | Download | only in http

Lines Matching defs:HttpStreamRequest

35 // The HttpStreamRequest is the client's handle to the worker object which
40 class HttpStreamRequest {
42 // The HttpStreamRequest::Delegate is a set of callback methods for a
52 // stream, since the HttpStreamRequest may have modified the configuration
55 // since the HttpStreamRequest performs the proxy resolution.
63 // stream, since the HttpStreamRequest may have modified the configuration
70 // stream, since the HttpStreamRequest may have modified the configuration
79 // the HttpStreamRequest.
83 // authentication failure and restart the HttpStreamRequest entirely.
86 // by the HttpStreamRequest. |proxy_response| is not guaranteed to be usable
92 // stream, since the HttpStreamRequest may have modified the configuration
100 // Ownership of |cert_info| is retained by the HttpStreamRequest. The
111 // stream, since the HttpStreamRequest may have modified the configuration
115 // since the HttpStreamRequest performs the proxy resolution.
125 virtual ~HttpStreamRequest() {}
159 virtual HttpStreamRequest* RequestStream(
162 HttpStreamRequest::Delegate* delegate,