Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
http_options.h
Go to the documentation of this file.
1 // Copyright 2011 Google Inc.
14 
16 
17 #ifndef PAGESPEED_KERNEL_HTTP_HTTP_OPTIONS_H_
18 #define PAGESPEED_KERNEL_HTTP_HTTP_OPTIONS_H_
19 
21 
22 namespace net_instaweb {
23 
25 struct HttpOptions {
31 
33 };
34 
35 extern const HttpOptions kDefaultHttpOptionsForTests;
36 
39 
40 }
41 
42 #endif
bool respect_vary
Definition: http_options.h:28
int64 implicit_cache_ttl_ms
TTL assigned to resources with no explicit caching headers.
Definition: http_options.h:30
Any options which need to be accessed in http/ should be in here.
Definition: http_options.h:25
const HttpOptions kDeprecatedDefaultHttpOptions