Lines Matching refs:headers
34 // This stores the values of the Set-Cookie headers received during the request.
209 // response headers if this is a request for a HTTP resource.
360 // Sets all extra request headers. Any extra request headers set by other
363 void SetExtraRequestHeaders(const HttpRequestHeaders& headers);
376 // once the delegate's OnResponseStarted method has been called. Headers
380 // TODO(darin): add API to enumerate response headers.
384 // Get all response headers, \n-delimited and \n\0-terminated. This includes
386 void GetAllResponseHeaders(std::string* headers);
424 // Get all response headers, as a HttpResponseHeaders object. See comments