From 6a4a11f4793781e47baa00c900f78386471a15c1 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Mon, 24 Jan 2022 18:46:03 -0800 Subject: http_static: refactor to use http transport Type: refactor Signed-off-by: Florin Coras Change-Id: I66396a1879eb3c87ef64783eab82a22896413cd0 --- src/plugins/http/http.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/http/http.h') diff --git a/src/plugins/http/http.h b/src/plugins/http/http.h index a75e6bcdacb..b0eca7bf9a8 100644 --- a/src/plugins/http/http.h +++ b/src/plugins/http/http.h @@ -95,6 +95,7 @@ typedef enum http_content_type_ #define foreach_http_status_code \ _ (200, OK, "200 OK") \ _ (400, BAD_REQUEST, "400 Bad Request") \ + _ (404, NOT_FOUND, "404 Not Found") \ _ (405, METHOD_NOT_ALLOWED, "405 Method Not Allowed") \ _ (500, INTERNAL_ERROR, "500 Internal Server Error") -- cgit 1.2.3-korg