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 d28cd3f commit ed6d949Copy full SHA for ed6d949
httplib.h
@@ -1561,6 +1561,7 @@ inline const char *find_content_type(const std::string &path) {
1561
inline const char *status_message(int status) {
1562
switch (status) {
1563
case 200: return "OK";
1564
+ case 204: return "No Content";
1565
case 206: return "Partial Content";
1566
case 301: return "Moved Permanently";
1567
case 302: return "Found";
0 commit comments