Versions in this module Expand all Collapse all v0 v0.1.6 May 6, 2022 v0.1.3 Jan 6, 2022 Changes in this version + const DefaultTimeout + const DefaultUserAgent + func DoRequest(L *lua.LState) int + func HeaderSet(L *lua.LState) int + func Loader(L *lua.LState) int + func New(L *lua.LState) int + func NewRequest(L *lua.LState) int + func Preload(L *lua.LState) + func SetBasicAuth(L *lua.LState) int + type LuaClient struct + func (client *LuaClient) DoRequest(req *http.Request) (*http.Response, error) + func (client *LuaClient) PostFormRequest(url string, data url.Values) (*http.Response, error)