summaryrefslogtreecommitdiff
path: root/http_connection.cpp
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2011-01-10 13:02:25 +0100
committerVegard Storheil Eriksen <zyp@jvnv.net>2011-01-10 13:02:25 +0100
commit65e25154a92ea47384bc540c129288ca9dad96cb (patch)
tree34cb02de4f6e8dc6066e747089564845bcfb1e4e /http_connection.cpp
parentfcaf8ace27d3421a45df7842a8275ebe35a5dbe3 (diff)
Added HTTP::Static for serving static content.
Diffstat (limited to 'http_connection.cpp')
-rw-r--r--http_connection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/http_connection.cpp b/http_connection.cpp
index f04dc28..041cd05 100644
--- a/http_connection.cpp
+++ b/http_connection.cpp
@@ -10,6 +10,7 @@ namespace response_map_init {
const P m[] = {
P(200, "OK"),
P(400, "Bad Request"),
+ P(403, "Forbidden"),
P(404, "Not Found"),
P(500, "Internal Server Error"),
P(501, "Not Implemented")