[cpp-xmltooling] branch master updated: Add enum for 400 HTTP status.
Scott Cantor
cantor.2 at osu.edu
Mon Jun 6 14:41:17 EDT 2016
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-xmltooling.
The following commit(s) were added to refs/heads/master by this push:
new 29ef495 Add enum for 400 HTTP status.
29ef495 is described below
commit 29ef4953faa6641256920d93c0b048914b3d90bf
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 6 14:40:39 2016 -0400
Add enum for 400 HTTP status.
---
xmltooling/io/HTTPResponse.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/xmltooling/io/HTTPResponse.h b/xmltooling/io/HTTPResponse.h
index fa70d5b..5a1b74a 100644
--- a/xmltooling/io/HTTPResponse.h
+++ b/xmltooling/io/HTTPResponse.h
@@ -89,6 +89,7 @@ namespace xmltooling {
XMLTOOLING_HTTP_STATUS_OK = 200,
XMLTOOLING_HTTP_STATUS_MOVED = 302,
XMLTOOLING_HTTP_STATUS_NOTMODIFIED = 304,
+ XMLTOOLING_HTTP_STATUS_BADREQUEST = 400,
XMLTOOLING_HTTP_STATUS_UNAUTHORIZED = 401,
XMLTOOLING_HTTP_STATUS_FORBIDDEN = 403,
XMLTOOLING_HTTP_STATUS_NOTFOUND = 404,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list