Documentation
¶
Index ¶
- type Client
- func (c *Client) Close() error
- func (c *Client) Open() error
- func (c *Client) Ready() error
- func (c *Client) Request(method, path string, body []byte) error
- func (c *Client) RequestFromFile(method, path, fileName string) error
- func (c *Client) Reset() error
- func (c *Client) Response() (int, http.Header, []byte, error)
- func (c *Client) SetRequestHeader(key, value string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) RequestFromFile ¶ added in v1.4.1
func (*Client) SetRequestHeader ¶
Click to show internal directories.
Click to hide internal directories.