We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3a4c2 commit 59e7743Copy full SHA for 59e7743
1 file changed
include/crow/http_connection.h
@@ -374,6 +374,7 @@ namespace crow
374
{401, "HTTP/1.1 401 Unauthorized\r\n"},
375
{403, "HTTP/1.1 403 Forbidden\r\n"},
376
{404, "HTTP/1.1 404 Not Found\r\n"},
377
+ {409, "HTTP/1.1 409 Conflict\r\n"},
378
{413, "HTTP/1.1 413 Payload Too Large\r\n"},
379
{422, "HTTP/1.1 422 Unprocessable Entity\r\n"},
380
{429, "HTTP/1.1 429 Too Many Requests\r\n"},
0 commit comments