Home | History | Annotate | Download | only in http

Lines Matching refs:HttpResponseHeaders

27 // HttpResponseHeaders: parses and holds HTTP response headers.
28 class NET_EXPORT HttpResponseHeaders
29 : public base::RefCountedThreadSafe<HttpResponseHeaders> {
50 // HttpResponseHeaders does not perform any encoding changes on the input.
52 explicit HttpResponseHeaders(const std::string& raw_headers);
57 HttpResponseHeaders(const Pickle& pickle, void** pickle_iter);
64 void Update(const HttpResponseHeaders& new_headers);
250 friend class base::RefCountedThreadSafe<HttpResponseHeaders>;
258 HttpResponseHeaders();
259 ~HttpResponseHeaders();
345 DISALLOW_COPY_AND_ASSIGN(HttpResponseHeaders);