diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/Http.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/Http.h b/includes/Http.h index fae2ad9..00db23a 100644 --- a/includes/Http.h +++ b/includes/Http.h @@ -16,6 +16,8 @@ namespace Http { const char * getStatusMsg(int httpStatus); +const char * getContentType(const String & extension); + typedef std::map<String, String> StringMap; typedef std::map<String, IO<Handle> > FileList; |