HTTP API: Allow binary downloads and headers (#8573)

Add minetest.features.httpfetch_binary_data
This commit is contained in:
SmallJoker 2019-06-06 19:13:29 +02:00 committed by Nils Dagsson Moskopp
parent 763d624c22
commit f86fe84050
Signed by: erle
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 0 deletions

View File

@ -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)