Page Speed Optimization Libraries  1.7.30.1
Classes | Namespaces
net/instaweb/automatic/public/proxy_interface.h File Reference
#include "net/instaweb/http/public/url_async_fetcher.h"
#include "net/instaweb/util/public/basictypes.h"
#include "net/instaweb/util/public/scoped_ptr.h"
#include "net/instaweb/util/public/string.h"
#include "net/instaweb/util/public/string_util.h"

Go to the source code of this file.

Classes

class  net_instaweb::ProxyInterface

Namespaces

namespace  net_instaweb
 

Unit-test framework for wget fetcher.



Detailed Description

Simple interface for running Page Speed Automatic as a proxy.

When implementing a Page Speed Automatic proxy, simply construct a ProxyInterface at start up time and call Fetch for every requested resource. Fetch decides how to deal with requests (pagespeed resources will be computed, HTML pages will be proxied and rewritten, and other resources will just be proxied).

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines