xrootd
|
#include <memory>
#include <string>
#include <vector>
#include "XrdSys/XrdSysPthread.hh"
#include "XrdHttp/XrdHttpExtHandler.hh"
#include "XrdHttp/XrdHttpUtils.hh"
#include "XrdTls/XrdTlsTempCA.hh"
Go to the source code of this file.
Classes | |
struct | TPC::CurlDeleter |
class | TPC::TPCHandler |
struct | TPC::TPCHandler::TPCLogRecord |
Namespaces | |
TPC | |
Typedefs | |
typedef void | CURL |
using | TPC::ManagedCurlHandle = std::unique_ptr< CURL, CurlDeleter > |
Enumerations | |
enum | TPC::LogMask { TPC::Debug = 0x01, TPC::Info = 0x02, TPC::Warning = 0x04, TPC::Error = 0x08, TPC::All = 0xff } |
typedef void CURL |