Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
cacheable_resource_base.h File Reference
#include "net/instaweb/http/public/request_context.h"
#include "net/instaweb/rewriter/public/resource.h"
#include "net/instaweb/rewriter/public/server_context.h"
#include "pagespeed/kernel/base/basictypes.h"
#include "pagespeed/kernel/base/string.h"
#include "pagespeed/kernel/base/string_util.h"

Go to the source code of this file.

Classes

class  net_instaweb::CacheableResourceBase
 

Namespaces

 net_instaweb
 Unit-test framework for wget fetcher.
 

Detailed Description

jmara.nosp@m.ntz@.nosp@m.googl.nosp@m.e.co.nosp@m.m (Joshua Marantz)

Resources are created by a RewriteDriver. Input resources are read from URLs or the file system. Output resources are constructed programatically, usually by transforming one or more existing resources. Both input and output resources inherit from this class so they can be used interchangeably in successive rewrite passes.