Home | History | Annotate | Download | only in http

Lines Matching defs:HttpResponseHeaders

26 // HttpResponseHeaders: parses and holds HTTP response headers.
27 class HttpResponseHeaders
28 : public base::RefCountedThreadSafe<HttpResponseHeaders> {
49 // HttpResponseHeaders does not perform any encoding changes on the input.
51 explicit HttpResponseHeaders(const std::string& raw_headers);
56 HttpResponseHeaders(const Pickle& pickle, void** pickle_iter);
63 void Update(const HttpResponseHeaders& new_headers);
249 friend class base::RefCountedThreadSafe<HttpResponseHeaders>;
257 HttpResponseHeaders();
258 ~HttpResponseHeaders();
344 DISALLOW_COPY_AND_ASSIGN(HttpResponseHeaders);