We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe6fd5 commit db27812Copy full SHA for db27812
httplib.h
@@ -1556,6 +1556,7 @@ find_content_type(const std::string &path,
1556
inline const char *status_message(int status) {
1557
switch (status) {
1558
case 200: return "OK";
1559
+ case 202: return "Accepted";
1560
case 204: return "No Content";
1561
case 206: return "Partial Content";
1562
case 301: return "Moved Permanently";
0 commit comments