27 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_GOOGLE_FONT_SERVICE_INPUT_RESOURCE_H_
28 #define NET_INSTAWEB_REWRITER_PUBLIC_GOOGLE_FONT_SERVICE_INPUT_RESOURCE_H_
32 #include "pagespeed/kernel/base/basictypes.h"
33 #include "pagespeed/kernel/base/string.h"
34 #include "pagespeed/kernel/base/string_util.h"
36 namespace net_instaweb {
40 class ResponseHeaders;
50 static void InitStats(Statistics* stats);
57 virtual void PrepareRequest(
const RequestContextPtr& request_context,
58 RequestHeaders* headers);
64 const StringPiece& url,
66 const GoogleString& user_agent);
67 GoogleString user_agent_;
Definition: rewrite_driver.h:98
Definition: cacheable_resource_base.h:50
virtual GoogleString cache_key() const
Definition: cacheable_resource_base.h:67
virtual GoogleString url() const
Gets the absolute URL of the resource.
Definition: cacheable_resource_base.h:66