Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Http ¶
type Http struct {
Headers map[string][]string `lua:"headers"`
Args map[string]string `lua:"args"`
Body string `lua:"body"`
Proxy string `lua:"proxy"`
Timeout time.Duration `lua:"timeout"`
// contains filtered or unexported fields
}
func (*Http) AssertFunction ¶
func (h *Http) AssertFunction() lua.LGFunction
func (*Http) MetatableName ¶
type Response ¶
type Response struct {
// contains filtered or unexported fields
}
func (*Response) AssertFunction ¶
func (r *Response) AssertFunction() lua.LGFunction
func (*Response) MetatableName ¶
Click to show internal directories.
Click to hide internal directories.