Basically Working
This commit is contained in:
28
src/necronda-server.h
Normal file
28
src/necronda-server.h
Normal file
@ -0,0 +1,28 @@
|
||||
//
|
||||
// Created by lorenz on 5/17/18.
|
||||
//
|
||||
|
||||
#include <string>
|
||||
|
||||
#ifndef NECRONDA_SERVER
|
||||
#define NECRONDA_SERVER
|
||||
|
||||
#define CHUNK 16384
|
||||
|
||||
using namespace std;
|
||||
|
||||
unsigned long getMicros();
|
||||
|
||||
string formatTime(long micros);
|
||||
|
||||
string getWebRoot(string host);
|
||||
|
||||
string getMimeType(string path);
|
||||
|
||||
string getHttpDate(time_t time);
|
||||
|
||||
string getHttpDate();
|
||||
|
||||
string getHttpDate(string filename);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user