From cb00632e23a41d8d171631de9d85e168b251b80e Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Thu, 6 Jun 2019 19:13:29 +0200 Subject: HTTP API: Allow binary downloads and headers (#8573) Add minetest.features.httpfetch_binary_data --- builtin/game/features.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'builtin/game/features.lua') diff --git a/builtin/game/features.lua b/builtin/game/features.lua index 8e5104867..cf21303c7 100644 --- a/builtin/game/features.lua +++ b/builtin/game/features.lua @@ -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) -- cgit v1.2.3