Add LIST to khttpmethod.c

Enable LIST HTTP method
This commit is contained in:
Terror 2024-02-15 12:24:54 +13:00 committed by GitHub
parent d3ff48c63f
commit ff646a865b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,4 +37,5 @@ const char kHttpMethod[18][8] = {
"PATCH", //
"REPORT", //
"UNLOCK", //
"LIST", //
};