summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_http.h
Commit message (Collapse)AuthorAge
* Add PUT and DELETE request + specific method value to HTTP API (#9909)Lejo2020-07-29
|
* Fix HTTP API not being available in async mainmenu (#10086)rubenwardy2020-06-22
|
* Add HTTP API to main menu (#9998)rubenwardy2020-06-06
|
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-17
| | | | * Migrate cpp headers to pragma once
* Add Lua interface to HTTPFetchRequestJeija2016-02-22
This allows mods to perform both asynchronous and synchronous HTTP requests. Mods are only granted access to HTTP APIs if either mod security is disabled or if they are whitelisted in any of the the secure.http_mods and secure.trusted_mods settings. Adds httpfetch_caller_alloc_secure to generate random, non-predictable caller IDs so that lua mods cannot spy on each others HTTP queries.