mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-07 02:10:27 +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", //
|
"PATCH", //
|
||||||
"REPORT", //
|
"REPORT", //
|
||||||
"UNLOCK", //
|
"UNLOCK", //
|
||||||
|
"LIST", //
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue