Documentation
¶
Overview ¶
Package httpclient provides Lua functions for a HTTP client
Index ¶
Constants ¶
View Source
const (
// HTTPClientClass is an identifier for the HTTPClient class in Lua
HTTPClientClass = "HTTPClient"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTPClient ¶
type HTTPClient struct {
// contains filtered or unexported fields
}
HTTPClient represents a HTTP client
func (*HTTPClient) Begin ¶
func (hc *HTTPClient) Begin() *httpclient.HttpClient
Begin applies the settings in the HTTPClient struct and returns a httpclient.HttpClient
Click to show internal directories.
Click to hide internal directories.