mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-06 01:40:28 +00:00
Add LIST to khttpmethod.c
Enable LIST HTTP method
This commit is contained in:
parent
d3ff48c63f
commit
ff646a865b
1 changed files with 1 additions and 0 deletions
|
@ -37,4 +37,5 @@ const char kHttpMethod[18][8] = {
|
|||
"PATCH", //
|
||||
"REPORT", //
|
||||
"UNLOCK", //
|
||||
"LIST", //
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue