Page Speed Optimization Libraries  1.2.24.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Static Public Attributes
net_instaweb::HttpAttributes Struct Reference

#include "meta_data.h"

List of all members.

Static Public Attributes

static const char kAcceptEncoding []
static const char kAuthorization []
static const char kCacheControl []
static const char kConnection []
static const char kContentEncoding []
static const char kContentLanguage []
static const char kContentLength []
static const char kContentType []
static const char kCookie []
static const char kCookie2 []
static const char kDate []
static const char kDeflate []
static const char kDnt []
static const char kEtag []
static const char kExpires []
static const char kGzip []
static const char kHost []
static const char kIfModifiedSince []
static const char kIfNoneMatch []
static const char kLastModified []
static const char kLocation []
static const char kNoCache []
static const char kPragma []
static const char kProxyAuthorization []
static const char kReferer []
 sic
static const char kServer []
static const char kSetCookie []
static const char kSetCookie2 []
static const char kTransferEncoding []
static const char kUserAgent []
static const char kVary []
static const char kWarning []
static const char kXmlHttpRequest []
static const char kXAssociatedContent []
static const char kXForwardedFor []
static const char kXForwardedProto []
static const char kXGooglePagespeedClientId []
static const char kXGoogleRequestEventId []
static const char kXPsaBlockingRewrite []
static const char kXPsaOptimizeForSpdy []
static const char kXPsaLoadShed []
 This header is set on optional fetches that got dropped due to load.
static const char kXRequestedWith []
static const char kXOriginalContentLength []
static const char kXUACompatible []

Detailed Description

Global constants for common HTML attributes names and values.

Todo:
TODO(jmarantz): Proactively change all the occurrences of the static strings to use these shared constants.

Member Data Documentation

This header is set on optimized responses to indicate the original content length.

If this header's value matches the configured blocking rewrite key, then all rewrites are completed before the response is sent to the client.

If this header is present on an incoming request it will be treated as if it came over a SPDY connection for purposes of applying special configuration or optimizations.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines