lua_curl: add option to modify header; example: httpheaders={'Accept:application/json', 'authorization:Bearer ' .. token}

This commit is contained in:
Jacek Jendrzej
2021-04-05 18:52:28 +02:00
parent f2346fc442
commit 4b72847047
2 changed files with 23 additions and 3 deletions

View File

@@ -4,4 +4,4 @@
* to luainstance.h changes
*/
#define LUA_API_VERSION_MAJOR 1
#define LUA_API_VERSION_MINOR 89
#define LUA_API_VERSION_MINOR 90