21 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_FILE_INPUT_RESOURCE_H_
22 #define NET_INSTAWEB_REWRITER_PUBLIC_FILE_INPUT_RESOURCE_H_
24 #include "net/instaweb/http/public/request_context.h"
30 namespace net_instaweb {
35 class ResponseHeaders;
43 StringPiece filename);
60 void SetDefaultHeaders(
const ContentType* content_type,
65 AsyncCallback* callback);
70 int64 last_modified_time_sec_;
72 int64 load_from_file_cache_ttl_ms_;
73 bool load_from_file_ttl_set_;
Definition: resource.h:57
NotCacheablePolicy
Definition: resource.h:68
std::string GoogleString
PAGESPEED_KERNEL_BASE_STRING_H_.
Definition: string.h:24
Definition: rewrite_driver.h:100
Definition: content_type.h:31
Definition: message_handler.h:39