![]() |
XRootD
|
#include "XrdHttp/XrdHttpExtHandler.hh"
#include "XrdNet/XrdNetAddr.hh"
#include "XrdNet/XrdNetUtils.hh"
#include "XrdOuc/XrdOucEnv.hh"
#include "XrdSec/XrdSecEntity.hh"
#include "XrdSfs/XrdSfsInterface.hh"
#include "XrdSys/XrdSysAtomics.hh"
#include "XrdSys/XrdSysFD.hh"
#include "XrdVersion.hh"
#include "XrdXrootd/XrdXrootdTpcMon.hh"
#include "XrdOuc/XrdOucTUtils.hh"
#include "XrdTpc/XrdTpcUtils.hh"
#include <curl/curl.h>
#include <dlfcn.h>
#include <fcntl.h>
#include <algorithm>
#include <memory>
#include <sstream>
#include <stdexcept>
#include <thread>
#include <iostream>
#include "XrdTpcState.hh"
#include "XrdTpcStream.hh"
#include "XrdTpcTPC.hh"
#include "XrdTpcCurlMulti.hh"
#include <fstream>
Go to the source code of this file.
Functions | |
std::string | encode_xrootd_opaque_to_uri (CURL *curl, const std::string &opaque) |
static std::string | PrepareURL (const std::string &input) |
XrdHttpExtHandler * | XrdHttpGetExtHandler (XrdSysError *log, const char *config, const char *, XrdOucEnv *myEnv) |
XrdVERSIONINFO (XrdHttpGetExtHandler, HttpTPC) | |
std::string encode_xrootd_opaque_to_uri | ( | CURL * | curl, |
const std::string & | opaque | ||
) |
Definition at line 191 of file XrdTpcTPC.cc.
References getline().
|
static |
Definition at line 257 of file XrdTpcTPC.cc.
Referenced by TPC::TPCHandler::ProcessReq().
XrdHttpExtHandler* XrdHttpGetExtHandler | ( | XrdSysError * | log, |
const char * | config, | ||
const char * | , | ||
XrdOucEnv * | myEnv | ||
) |
Definition at line 1081 of file XrdTpcTPC.cc.
References XrdSysError::Emsg().
XrdVERSIONINFO | ( | XrdHttpGetExtHandler | , |
HttpTPC | |||
) |