X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fhttp%2Fstatus.h;h=5e7d54b19fc994b7331dfbad7095e4e2adef463d;hb=afb8690a16f16890c322bdaf752574e4428a9c02;hp=fe18a85f3251384e18518788df62b7f5413f450e;hpb=d6450850c3f57b62819135f8975320427a618c78;p=libs%2Fnet.git diff --git a/source/http/status.h b/source/http/status.h index fe18a85..5e7d54b 100644 --- a/source/http/status.h +++ b/source/http/status.h @@ -10,6 +10,8 @@ enum Status { NONE = 0, OK = 200, + MOVED_PERMANENTLY = 301, + SEE_OTHER = 303, BAD_REQUEST = 400, FORBIDDEN = 403, NOT_FOUND = 404,