Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
HTTP API: Allow binary downloads and headers (#8573)
Add minetest.features.httpfetch_binary_data
- Loading branch information
Showing
with
17 additions
and 15 deletions.
- +1 −0 builtin/game/features.lua
- +5 −2 doc/lua_api.txt
- +2 −2 src/script/common/c_converter.cpp
- +1 −1 src/script/common/c_converter.h
- +3 −2 src/script/common/helper.cpp
- +5 −8 src/script/lua_api/l_http.cpp