X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fhttp%2Fstatus.h;h=5e7d54b19fc994b7331dfbad7095e4e2adef463d;hb=ede42d5bb352841e2e425972e12b8ef31ddf2123;hp=075016dd48aee2c6acc17fc345a48746d6bb306a;hpb=debe1004676d5431e571d9c4361072661dcc88c4;p=libs%2Fnet.git diff --git a/source/http/status.h b/source/http/status.h index 075016d..5e7d54b 100644 --- a/source/http/status.h +++ b/source/http/status.h @@ -10,9 +10,12 @@ enum Status { NONE = 0, OK = 200, + MOVED_PERMANENTLY = 301, + SEE_OTHER = 303, BAD_REQUEST = 400, FORBIDDEN = 403, NOT_FOUND = 404, + METHOD_NOT_ALLOWED = 405, INTERNAL_ERROR = 500, NOT_IMPLEMENTED = 501 };