Versions in this module Expand all Collapse all v0 v0.0.2 Aug 11, 2024 v0.0.1 Aug 11, 2024 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 NewFileRequest(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)