Page Speed Optimization Libraries
1.2.24.1
|
Go to the source code of this file.
Classes | |
struct | net_instaweb::HttpAttributes |
Namespaces | |
namespace | net_instaweb |
for StringPiece | |
Enumerations | |
enum | Code { kContinue = 100, kSwitchingProtocols = 101, kOK = 200, kCreated = 201, kAccepted = 202, kNonAuthoritative = 203, kNoContent = 204, kResetContent = 205, kPartialContent = 206, kMultipleChoices = 300, kMovedPermanently = 301, kFound = 302, kSeeOther = 303, kNotModified = 304, kUseProxy = 305, net_instaweb::HttpStatus::kSwitchProxy = 306, kTemporaryRedirect = 307, kBadRequest = 400, kUnauthorized = 401, kPaymentRequired = 402, kForbidden = 403, kNotFound = 404, kMethodNotAllowed = 405, kNotAcceptable = 406, kProxyAuthRequired = 407, kRequestTimeout = 408, kConflict = 409, kGone = 410, kLengthRequired = 411, kPreconditionFailed = 412, kEntityTooLarge = 413, kUriTooLong = 414, kUnsupportedMediaType = 415, kRangeNotSatisfiable = 416, kExpectationFailed = 417, kImATeapot = 418, kInternalServerError = 500, kNotImplemented = 501, kBadGateway = 502, kUnavailable = 503, kGatewayTimeout = 504, kHttpVersionNotSupported = 505, net_instaweb::HttpStatus::kProxyPublisherFailure = 520, kProxyFailure = 521, kProxyConfigurationFailure = 522, kProxyDeclinedRequest = 523, net_instaweb::HttpStatus::kRememberFetchFailedStatusCode = 10001, net_instaweb::HttpStatus::kRememberNotCacheableStatusCode = 10002, net_instaweb::HttpStatus::kRememberNotCacheableAnd200StatusCode = 10003, net_instaweb::HttpStatus::kUnknownStatusCode = 10004 } |
Functions | |
const char * | net_instaweb::HttpStatus::GetReasonPhrase (Code rc) |
Transform a status code into the equivalent reason phrase. |
Meta-data associated with a rewriting resource. This is primarily a key-value store, but additionally we want to get easy access to the cache expiration time.