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