From 65e25154a92ea47384bc540c129288ca9dad96cb Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Mon, 10 Jan 2011 13:02:25 +0100 Subject: Added HTTP::Static for serving static content. --- http_connection.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'http_connection.cpp') 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") -- cgit v1.2.3