|
Squid Web Cache master
|
#include "base/AsyncCallbacks.h"#include "base/AsyncJob.h"#include "defines.h"#include "http/forward.h"#include "http/StatusCode.h"#include "sbuf/SBuf.h"Go to the source code of this file.
Classes | |
| class | DownloaderAnswer |
| download result More... | |
| class | Downloader |
Typedefs | |
| typedef RefCount< DownloaderContext > | DownloaderContextPointer |
| using | MasterXactionPointer = RefCount< MasterXaction > |
Functions | |
| std::ostream & | operator<< (std::ostream &, const DownloaderAnswer &) |
Definition at line 23 of file Downloader.h.
| using MasterXactionPointer = RefCount<MasterXaction> |
Definition at line 25 of file Downloader.h.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const DownloaderAnswer & | answer | ||
| ) |
Definition at line 62 of file Downloader.cc.
References SBuf::length(), DownloaderAnswer::outcome, DownloaderAnswer::resource, and Http::scOkay.