Go to the documentation of this file.Go to the SVN repository for this file.
1 #ifndef GUI_UTILS__URL_UTILS_HPP
2 #define GUI_UTILS__URL_UTILS_HPP
52 static void GetLastModified(
const string& url,
string& last_modified);
57 static bool IfModifiedSince(
const string& url,
string& last_modified);
60 static Uint8 GetRemoteFileSize(
const string& url);
Include a standard set of the NCBI C++ Toolkit most basic headers.
uint64_t Uint8
8-byte (64-bit) unsigned integer
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define NCBI_GUIUTILS_EXPORT