]> git.tdb.fi Git - libs/net.git/blobdiff - source/http/status.h
Add the most common redirection statuses
[libs/net.git] / source / http / status.h
index fe18a85f3251384e18518788df62b7f5413f450e..5e7d54b19fc994b7331dfbad7095e4e2adef463d 100644 (file)
@@ -10,6 +10,8 @@ enum Status
 {
        NONE = 0,
        OK = 200,
+       MOVED_PERMANENTLY = 301,
+       SEE_OTHER = 303,
        BAD_REQUEST = 400,
        FORBIDDEN = 403,
        NOT_FOUND = 404,