Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Module ¶ added in v0.2.2
type Module struct {
// contains filtered or unexported fields
}
func (*Module) Get ¶ added in v0.2.2
Get performs a http get request @param url string @param headers table @return resp table @return err string local http = require("http")
http.get({ url = "http://ip.jsontest.com/" }) return (response, error) response : { body = "", status_code = 200, headers = table }
Click to show internal directories.
Click to hide internal directories.