|
Page Speed Optimization Libraries
1.13.35.1
|
#include "base/logging.h"#include "net/instaweb/http/public/request_context.h"#include "net/instaweb/rewriter/public/output_resource_kind.h"#include "net/instaweb/rewriter/public/resource.h"#include "net/instaweb/rewriter/public/resource_namer.h"#include "pagespeed/kernel/base/basictypes.h"#include "pagespeed/kernel/base/ref_counted_ptr.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::OutputResource |
Namespaces | |
| net_instaweb | |
| Unit-test framework for wget fetcher. | |
Output resources are created by a RewriteDriver. They must be able to write contents and return their url (so that it can be href'd on a page).
1.8.6