#include "net/instaweb/util/public/basictypes.h"
#include "net/instaweb/util/public/string.h"
Go to the source code of this file.
Classes | |
class | net_instaweb::UrlAsyncFetcher |
class | net_instaweb::UrlAsyncFetcher::Callback |
Namespaces | |
namespace | net_instaweb |
NOLINT. |
UrlAsyncFetcher is an interface for asynchronously fetching urls. The caller must supply a callback to be called when the fetch is complete.
You must implement one of Fetch or StreamingFetch.