summaryrefslogtreecommitdiff
path: root/includes/Http.h
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-12-08 08:20:07 -0800
committerPixel <pixel@nobis-crew.org>2011-12-08 08:21:09 -0800
commit69efca1a157245b35cd80a09718f45b30412dcea (patch)
treee4559bdbefc4d76b3b2c6b411c45f2073f3b6e5e /includes/Http.h
parentaec08e7e3a8cf646463d45f61d2e546d3223aa3c (diff)
Moving the HTTP status messages out of the HTTP server, and into its own file. Also making it complete.
Diffstat (limited to 'includes/Http.h')
-rw-r--r--includes/Http.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/Http.h b/includes/Http.h
index 05e72f4..26323ee 100644
--- a/includes/Http.h
+++ b/includes/Http.h
@@ -8,6 +8,8 @@ namespace Balau {
namespace Http {
+const char * getStatusMsg(int httpStatus);
+
typedef std::map<String, String> StringMap;
typedef std::map<String, IO<Handle> > FileList;