summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_http.h
Commit message (Collapse)AuthorAge
* 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.