mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
HTTP API: Allow binary downloads and headers (#8573)
Add minetest.features.httpfetch_binary_data
This commit is contained in:
parent
7379aa74cf
commit
cb00632e23
6 changed files with 17 additions and 15 deletions
|
@ -12,6 +12,7 @@ core.features = {
|
|||
no_chat_message_prediction = true,
|
||||
object_use_texture_alpha = true,
|
||||
object_independent_selectionbox = true,
|
||||
httpfetch_binary_data = true,
|
||||
}
|
||||
|
||||
function core.has_feature(arg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue