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"`
Proxy string `lua:"proxy"`
Timeout time.Duration `lua:"timeout"`
// contains filtered or unexported fields
}
func (*Http) Type ¶ added in v0.5.0
func (h *Http) Type() lua.LValueType
Click to show internal directories.
Click to hide internal directories.