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 --- doc/lua_api.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index f29b7d439..352b04cb0 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -3527,11 +3527,14 @@ Utilities -- Chat messages are no longer predicted (0.4.16) no_chat_message_prediction = true, -- The transparency channel of textures can optionally be used on - -- objects (ie: players and lua entities) (5.0) + -- objects (ie: players and lua entities) (5.0.0) object_use_texture_alpha = true, -- Object selectionbox is settable independently from collisionbox - -- (5.0) + -- (5.0.0) object_independent_selectionbox = true, + -- Specifies whether binary data can be uploaded or downloaded using + -- the HTTP API (5.1.0) + httpfetch_binary_data = true, } * `minetest.has_feature(arg)`: returns `boolean, missing_features` -- cgit v1.2.3