XRootD
Loading...
Searching...
No Matches
XrdClHttpUtil.hh File Reference
#include "XrdClHttpChecksum.hh"
#include "XrdClHttpOptionsCache.hh"
#include "XrdClHttpResponseInfo.hh"
#include <chrono>
#include <condition_variable>
#include <deque>
#include <memory>
#include <mutex>
#include <string>
#include <unordered_map>
#include <vector>
Include dependency graph for XrdClHttpUtil.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XrdClHttp::HandlerQueue
class  XrdClHttp::HeaderParser

Namespaces

namespace  XrdCl
namespace  XrdClHttp

Typedefs

typedef void CURL

Functions

CURLXrdClHttp::GetHandle (bool verbose)
std::pair< uint16_t, uint32_t > XrdClHttp::HTTPStatusConvert (unsigned status)
bool XrdClHttp::HTTPStatusIsError (unsigned status)
std::string_view XrdClHttp::ltrim_view (const std::string_view &input_view)
std::string_view XrdClHttp::trim_view (const std::string_view &input_view)

Variables

const uint64_t XrdClHttp::kLogXrdClHttp = 73173

Typedef Documentation

◆ CURL

typedef void CURL

Definition at line 38 of file XrdClHttpUtil.hh.