diff options
author | Pixel <pixel@nobis-crew.org> | 2011-12-08 08:20:07 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-12-08 08:21:09 -0800 |
commit | 69efca1a157245b35cd80a09718f45b30412dcea (patch) | |
tree | e4559bdbefc4d76b3b2c6b411c45f2073f3b6e5e /includes | |
parent | aec08e7e3a8cf646463d45f61d2e546d3223aa3c (diff) |
Moving the HTTP status messages out of the HTTP server, and into its own file. Also making it complete.
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 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; |