X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/f27c218d18ebf7198e07249aca1eed625da914fd..ad06ae2e40db5ce588092d90e1e089f527c27f84:/Server/include/plaqui/server/httpmessage.h diff --git a/Server/include/plaqui/server/httpmessage.h b/Server/include/plaqui/server/httpmessage.h index 730bf0a..2f6f957 100644 --- a/Server/include/plaqui/server/httpmessage.h +++ b/Server/include/plaqui/server/httpmessage.h @@ -45,6 +45,7 @@ namespace Server { /// \todo TODO completar codigos. static const unsigned OK = 200; static const unsigned BAD_REQUEST = 401; + static const unsigned NOT_FOUND = 404; static const unsigned LENGTH_REQUIRED = 411; static const unsigned INTERNAL_SERVER_ERROR = 500; static const unsigned NOT_IMPLEMENTED = 501;