List of all members.
Public Member Functions |
| ApacheRequestContext (AbstractMutex *logging_mutex, request_rec *req) |
void | set_url (StringPiece url) |
bool | use_spdy_fetcher () const |
int | local_port () const |
const GoogleString & | local_ip () const |
StringPiece | url () const |
spdy_slave_connection_factory * | spdy_connection_factory () |
Static Public Member Functions |
static ApacheRequestContext * | DynamicCast (RequestContext *rc) |
Member Function Documentation
Returns rc as an ApacheRequestContext* if it is one and CHECK fails if it is not. Returns NULL if rc is NULL.
Captures the original URL of the request, which is used to help authorize domains for fetches we do on behalf of that request.
The documentation for this class was generated from the following file: