#include <vector>
#include <string>
#include <auth/davixauth.hpp>
Namespaces | |
namespace | Davix |
namespace | Davix::RequestProtocol |
Data Structures | |
class | Davix::RequestParams |
Main container for Davix request options. More... | |
Typedefs | |
typedef std::string | Davix::AwsSecretKey |
string for Amazon private key | |
typedef std::string | Davix::AwsAccessKey |
string for Amazon public key | |
Enumerations | |
enum | Protocol { Auto = 0, Http, Webdav, AwsS3 } |
Http based protocol to use for advanced queries. |