Update khttpmethod.c

This commit is contained in:
Terror 2024-02-23 09:10:19 +13:00 committed by GitHub
parent ff646a865b
commit 3b62a91d89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@
*/
#include "net/http/http.h"
const char kHttpMethod[18][8] = {
const char kHttpMethod[19][8] = {
"WUT", //
"GET", //
"HEAD", //