mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Support HEAD and PATCH methods in http api
This commit is contained in:
@@ -31,8 +31,10 @@ namespace {
|
||||
enum HttpMethod : u8
|
||||
{
|
||||
HTTP_GET,
|
||||
HTTP_HEAD,
|
||||
HTTP_POST,
|
||||
HTTP_PUT,
|
||||
HTTP_PATCH,
|
||||
HTTP_DELETE,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user