#include "base/AsyncCallbacks.h"
#include "base/AsyncJob.h"
#include "defines.h"
#include "http/forward.h"
#include "http/StatusCode.h"
#include "sbuf/SBuf.h"
Include dependency graph for Downloader.h:
This graph shows which files directly or indirectly include this file:
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 &) |
Typedef Documentation
◆ DownloaderContextPointer
Definition at line 23 of file Downloader.h.
◆ MasterXactionPointer
using MasterXactionPointer = RefCount<MasterXaction> |
Definition at line 25 of file Downloader.h.
Function Documentation
◆ operator<<()
std::ostream & operator<< | ( | std::ostream & | os, |
const DownloaderAnswer & | answer | ||
) |
Definition at line 61 of file Downloader.cc.
References SBuf::length(), DownloaderAnswer::outcome, DownloaderAnswer::resource, and Http::scOkay.