1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Fix PUT and DELETE requests without data

This commit is contained in:
sfan5 2025-04-25 15:04:19 +02:00
parent 01e4395977
commit 4164cea58f
2 changed files with 7 additions and 7 deletions

View file

@ -65,7 +65,7 @@ struct HTTPFetchRequest
// Fields of the request
StringMap fields;
// Raw data of the request overrides fields
// Raw data of the request (instead of fields)
std::string raw_data;
// If not empty, should contain entries such as "Accept: text/html"