|
Page Speed Optimization Libraries
1.13.35.1
|
#include "in_place_rewrite_context.h"
Public Member Functions | |
| RecordingFetch (bool proxy_mode, AsyncFetch *async_fetch, const ResourcePtr &resource, InPlaceRewriteContext *context, int desired_s_maxage_sec, MessageHandler *handler) | |
| virtual void | HandleHeadersComplete () |
| Implements SharedAsyncFetch::HandleHeadersComplete(). | |
| virtual bool | HandleWrite (const StringPiece &content, MessageHandler *handler) |
| Implements SharedAsyncFetch::HandleWrite(). | |
| virtual bool | HandleFlush (MessageHandler *handler) |
| Implements SharedAsyncFetch::HandleFlush(). | |
| virtual void | HandleDone (bool success) |
| Implements SharedAsyncFetch::HandleDone(). | |
Public Member Functions inherited from net_instaweb::SharedAsyncFetch | |
| SharedAsyncFetch (AsyncFetch *base_fetch) | |
| virtual const RequestContextPtr & | request_context () |
Public Member Functions inherited from net_instaweb::AsyncFetch | |
| AsyncFetch (const RequestContextPtr &request_ctx) | |
| void | HeadersComplete () |
| void | Done (bool success) |
| virtual bool | Write (const StringPiece &content, MessageHandler *handler) |
| virtual bool | Flush (MessageHandler *handler) |
| RequestHeaders * | request_headers () |
| void | set_request_headers (RequestHeaders *headers) |
| void | SetRequestHeadersTakingOwnership (RequestHeaders *headers) |
| Same as above, but takes ownership. | |
| const RequestHeaders * | request_headers () const |
| ResponseHeaders * | response_headers () |
| See doc for request_headers and set_request_headers. | |
| void | set_response_headers (ResponseHeaders *headers) |
| ResponseHeaders * | extra_response_headers () |
| void | set_extra_response_headers (ResponseHeaders *headers) |
| virtual void | Reset () |
| bool | headers_complete () const |
| bool | content_length_known () const |
| int64 | content_length () const |
| void | set_content_length (int64 x) |
| GoogleString | LoggingString () |
| virtual AbstractLogRecord * | log_record () |
| void | FixCacheControlForGoogleCache () |
Public Member Functions inherited from net_instaweb::Writer | |
| virtual bool | Dump (Writer *writer, MessageHandler *message_handler) |
Additional Inherited Members | |
Static Public Member Functions inherited from net_instaweb::AsyncFetch | |
| static bool | IsGoogleCacheVia (StringPiece via_value) |
Static Public Attributes inherited from net_instaweb::AsyncFetch | |
| static const int | kContentLengthUnknown = -1 |
Protected Member Functions inherited from net_instaweb::SharedAsyncFetch | |
| virtual bool | IsCachedResultValid (const ResponseHeaders &headers) |
| virtual bool | IsBackgroundFetch () const |
| void | PropagateContentLength () |
| Propagates any set_content_length from this to the base fetch. | |
Records the fetch into the provided resource and passes through events to the underlying writer, response headers and callback.
1.8.6