Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HttpClient ¶
Registers a global http_request Lua function, it requires a table in structure as follows ```lua
{ method=*HTTP_METHOD*, url=*TARGET_URL*, body=*POST_BODY*, headers={ [*HEADER_NAME*]=*HEADER_VALUE* ... } }
``` Lua function returns response_body, response_code
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.