|
Page Speed Optimization Libraries
1.13.35.1
|
#include "pagespeed/kernel/base/string_util.h"#include "pagespeed/kernel/http/http_names.h"#include "pagespeed/kernel/http/response_headers.h"Go to the source code of this file.
Classes | |
| struct | net_instaweb::HttpCacheFailurePolicy |
| class | net_instaweb::HttpCacheFailure |
Namespaces | |
| net_instaweb | |
| Unit-test framework for wget fetcher. | |
Enumerations | |
| enum | net_instaweb::FetchResponseStatus { kFetchStatusNotSet = 0, kFetchStatusOK = 1, kFetchStatusUncacheable200 = 2, kFetchStatusUncacheableError = 3, kFetchStatus4xxError = 4, kFetchStatusOtherError = 5, kFetchStatusDropped = 6, kFetchStatusEmpty = 7 } |
Helpers for classifying and caching various kinds of fetch failures.
1.8.6