]> git.tdb.fi Git - libs/net.git/blobdiff - source/http/status.h
Add 405 (method not allowed) status
[libs/net.git] / source / http / status.h
index 075016dd48aee2c6acc17fc345a48746d6bb306a..fe18a85f3251384e18518788df62b7f5413f450e 100644 (file)
@@ -13,6 +13,7 @@ enum Status
        BAD_REQUEST = 400,
        FORBIDDEN = 403,
        NOT_FOUND = 404,
+       METHOD_NOT_ALLOWED = 405,
        INTERNAL_ERROR = 500,
        NOT_IMPLEMENTED = 501
 };