Add a status code.
authorScott Cantor <cantor.2@osu.edu>
Thu, 25 Oct 2007 22:42:31 +0000 (22:42 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 25 Oct 2007 22:42:31 +0000 (22:42 +0000)
xmltooling/io/HTTPResponse.h

index 63e1f4b..77aec51 100644 (file)
@@ -79,6 +79,7 @@ namespace xmltooling {
         enum status_t {
             XMLTOOLING_HTTP_STATUS_OK = 200,
             XMLTOOLING_HTTP_STATUS_MOVED = 302,
+            XMLTOOLING_HTTP_STATUS_UNAUTHORIZED = 401,
             XMLTOOLING_HTTP_STATUS_FORBIDDEN = 403,
             XMLTOOLING_HTTP_STATUS_NOTFOUND = 404,
             XMLTOOLING_HTTP_STATUS_ERROR = 500