aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_http.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix broken server startup if curl is disabled (#12046)sfan52022-02-041-3/+4
* Don't let HTTP API pass through untrusted functionsfan52021-12-181-0/+3
* Add PUT and DELETE request + specific method value to HTTP API (#9909)Lejo2020-07-291-2/+2
* Fix HTTP API not being available in async mainmenu (#10086)rubenwardy2020-06-221-0/+1
* Add HTTP API to main menu (#9998)rubenwardy2020-06-061-0/+6
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
* Add Lua interface to HTTPFetchRequestJeija2016-02-221-0/+50