Page Speed Optimization Libraries
1.2.24.1
|
Go to the source code of this file.
Namespaces | |
namespace | net_instaweb |
for StringPiece | |
Functions | |
void | net_instaweb::ApacheRequestToRequestHeaders (const request_rec &request, RequestHeaders *request_headers) |
Converts Apache header structure into RequestHeaders. | |
void | net_instaweb::ApacheRequestToResponseHeaders (const request_rec &request, ResponseHeaders *headers, ResponseHeaders *err_headers) |
void | net_instaweb::ResponseHeadersToApacheRequest (const ResponseHeaders &response_headers, bool ok_to_disable_downstream_headers, request_rec *request) |
Converts ResponseHeaders into an Apache request's headers_out table. | |
void | net_instaweb::AddResponseHeadersToRequest (const ResponseHeaders *headers, const ResponseHeaders *err_headers, bool ok_to_disable_downstream_headers, request_rec *request) |
void | net_instaweb::DisableDownstreamHeaderFilters (request_rec *request) |
Remove downstream filters that might corrupt our caching headers. | |
void | net_instaweb::PrintHeaders (request_rec *request) |
Debug utility for printing Apache headers to stdout. |
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.