Page Speed Optimization Libraries  1.7.30.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions
net_instaweb::RewriteOptionsManager Class Reference

List of all members.

Public Types

typedef Callback1
< RewriteOptions * > 
OptionsCallback
 Given the request url and request headers, generate the rewrite options.
typedef Callback1< bool > BoolCallback

Public Member Functions

virtual void GetRewriteOptions (const GoogleUrl &url, const RequestHeaders &headers, OptionsCallback *done)
virtual void PrepareRequest (const RewriteOptions *rewrite_options, GoogleString *url, RequestHeaders *request_headers, BoolCallback *done)

Member Typedef Documentation

Modifies the request prior to dispatch to the underlying fetcher. Invokes "done" once preparation has finished with a boolean argument representing success. "url" may be modified by PrepareRequest, but should be owned by the caller.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines