Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mock_apache.h
Go to the documentation of this file.
1 // Copyright 2015 Google Inc.
16 
17 #ifndef PAGESPEED_APACHE_MOCK_APACHE_H_
18 #define PAGESPEED_APACHE_MOCK_APACHE_H_
19 
21 
22 struct request_rec;
23 
24 namespace net_instaweb {
25 
26 namespace MockApache {
27 
52 
54 void Initialize();
56 void Terminate();
57 
60 void PrepareRequest(request_rec* request);
62 void CleanupRequest(request_rec* request);
63 
67 GoogleString ActionsSinceLastCall();
68 
69 }
70 
71 }
72 
73 #endif
74 
std::string GoogleString
PAGESPEED_KERNEL_BASE_STRING_H_.
Definition: string.h:24