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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6a4956a0c6
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-04-05 (Mon, 05 Apr 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2021-04-05 18:52:28 +02:00
committed by vanhofen
parent 5bbbf0c6cf
commit 60ca556b2c
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