Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
mock_apache.h File Reference
#include "pagespeed/kernel/base/string_util.h"

Go to the source code of this file.

Namespaces

 net_instaweb
 Unit-test framework for wget fetcher.
 

Functions

void net_instaweb::MockApache::Initialize ()
 Call once before any uses of MockApache. More...
 
void net_instaweb::MockApache::Terminate ()
 Call once after any uses of MockApache.
 
void net_instaweb::MockApache::PrepareRequest (request_rec *request)
 
void net_instaweb::MockApache::CleanupRequest (request_rec *request)
 Call on every request when you're done with it to clean up its pool.
 
GoogleString net_instaweb::MockApache::ActionsSinceLastCall ()
 

Detailed Description

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.