Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "1.0.1"
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) SetHttpRequestReceiver ¶
func (c *Client) SetHttpRequestReceiver(receiver HttpRequestReceiver)
type HttpRequestReceiver ¶
type HttpRequestReceiver func(r *commands.HttpRequest, body []byte, d time.Duration)
Click to show internal directories.
Click to hide internal directories.