URL Redirect
This commit is contained in:
@ -15,6 +15,8 @@ unsigned long getMicros();
|
||||
|
||||
string formatTime(long micros);
|
||||
|
||||
string formatSize(unsigned long bytes);
|
||||
|
||||
string getWebRoot(string host);
|
||||
|
||||
string getMimeType(string path);
|
||||
@ -25,4 +27,11 @@ string getHttpDate();
|
||||
|
||||
string getHttpDate(string filename);
|
||||
|
||||
string getTimestamp(string path);
|
||||
|
||||
string getTimestamp(time_t time);
|
||||
|
||||
long getFileSize(string filename);
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user