Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs
request_context.h File Reference
#include <set>
#include "base/logging.h"
#include "pagespeed/kernel/base/basictypes.h"
#include "pagespeed/kernel/base/ref_counted_ptr.h"
#include "pagespeed/kernel/base/scoped_ptr.h"
#include "pagespeed/kernel/base/string.h"
#include "pagespeed/kernel/base/string_util.h"
#include "pagespeed/kernel/http/http_options.h"
#include "pagespeed/opt/logging/request_timing_info.h"

Go to the source code of this file.

Classes

class  net_instaweb::RequestContext
 

Namespaces

 net_instaweb
 Unit-test framework for wget fetcher.
 

Typedefs

typedef RefCountedPtr
< RequestContext > 
net_instaweb::RequestContextPtr
 

Detailed Description

this method MUST ensure that the domain is not some internal site within the firewall/LAN hosting the server. Note that this doesn't affect rewriting at all.

Todo:
TODO(morlovich): It's not clearly this is the appropriate mechanism for all the authorizations — we may want to scope this to a request only.