28 #ifndef CPL_GOOGLE_CLOUD_INCLUDED_H 29 #define CPL_GOOGLE_CLOUD_INCLUDED_H 39 #include <curl/curl.h> 41 class VSIGSHandleHelper
48 bool m_bUseHeaderFile;
51 VSIGSHandleHelper(
const CPLString& osEndpoint,
58 static VSIGSHandleHelper* BuildFromURI(
const char* pszURI,
59 const char* pszFSPrefix);
61 struct curl_slist* GetCurlHeaders(
const CPLString& osVerb)
const;
63 const CPLString& GetURL()
const {
return m_osURL; }
Convenient string class based on std::string.
Definition: cpl_string.h:338
Various convenience functions for working with strings and string lists.