28 #ifndef CPL_AZURE_INCLUDED_H 29 #define CPL_AZURE_INCLUDED_H 35 #include <curl/curl.h> 40 class VSIAzureBlobHandleHelper final:
public IVSIS3LikeHandleHelper
65 void RebuildURL()
override;
68 VSIAzureBlobHandleHelper(
const CPLString& osEndpoint,
75 ~VSIAzureBlobHandleHelper();
77 static VSIAzureBlobHandleHelper* BuildFromURI(
const char* pszURI,
78 const char* pszFSPrefix,
81 struct curl_slist* GetCurlHeaders(
const CPLString& osVerbosVerb,
82 const struct curl_slist* psExistingHeaders,
83 const void *pabyDataContent =
nullptr,
84 size_t nBytesContent = 0)
const override;
86 const CPLString& GetURL()
const override {
return m_osURL; }
Convenient string class based on std::string.
Definition: cpl_string.h:329
Interface for downloading HTTP, FTP documents.
char ** CSLConstList
Type of a constant null-terminated list of nul terminated strings.
Definition: cpl_port.h:1186