From ff646a865bd833d9a2dc20af5273a0729e870e36 Mon Sep 17 00:00:00 2001 From: Terror Date: Thu, 15 Feb 2024 12:24:54 +1300 Subject: [PATCH] Add LIST to khttpmethod.c Enable LIST HTTP method --- net/http/khttpmethod.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/http/khttpmethod.c b/net/http/khttpmethod.c index 6fec68a16..4a85a9f76 100644 --- a/net/http/khttpmethod.c +++ b/net/http/khttpmethod.c @@ -37,4 +37,5 @@ const char kHttpMethod[18][8] = { "PATCH", // "REPORT", // "UNLOCK", // + "LIST", // };