aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_http.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add PUT and DELETE request + specific method value to HTTP API (#9909)Lejo2020-07-291-3/+26
* Fix HTTP API not being available in async mainmenu (#10086)rubenwardy2020-06-221-0/+7
* Add HTTP API to main menu (#9998)rubenwardy2020-06-061-1/+43
* HTTP API: Allow binary downloads and headers (#8573)SmallJoker2019-06-061-8/+5
* Move HTTP request logging to infostream (#8526)ANAND ︻气デ═一2019-05-121-1/+1
* Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot2018-06-301-2/+2
* Code modernization: subfolders (#6283)Loïc Blot2017-08-191-1/+1
* Require minetest.request_http_api to be called from the mod's main scopeJeija2016-03-031-2/+19
* Add Lua interface to HTTPFetchRequestJeija2016-02-221-0/+176