Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RCurlConnection.hxx File Reference
#include <ROOT/RError.hxx>
#include <cstdint>
#include <memory>
#include <string>
#include <variant>
#include <vector>
Include dependency graph for RCurlConnection.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Internal::RCurlConnection
 Encapsulates a curl easy handle and provides an interface to send HTTP HEAD and (multi-)range queries. More...
struct  ROOT::Internal::RHTTPCredentials
struct  ROOT::Internal::RS3Credentials
struct  ROOT::Internal::RCurlConnection::RStatus
 Return value for both HEAD and GET requests. More...
struct  ROOT::Internal::RCurlConnection::RUserRange
 Caller-provided byte-range of the remote resource together with a pointer to a buffer. More...

Namespaces

namespace  ROOT
 Small utility to parse cmdline options.
namespace  ROOT::Internal
 These are definitions of various free functions for the C-style compression routines in ROOT.

Enumerations

enum class  ROOT::Internal::EHTTPCredentialsType { ROOT::Internal::kNone , ROOT::Internal::kS3 }