Documentation ¶
Index ¶
- func Encryption(value bool) func(*Client) error
- func SendCBT(value bool) func(*Client) error
- func Unwrap(input []byte, ct string) ([]byte, string, error)
- func Wrap(input []byte, ct string) ([]byte, string, error)
- type Client
- func (c *Client) Do(req *http.Request) (resp *http.Response, err error)
- func (c *Client) Get(url string) (resp *http.Response, err error)
- func (c *Client) Head(url string) (resp *http.Response, err error)
- func (c *Client) Post(url, contentType string, body io.Reader) (resp *http.Response, err error)
- func (c *Client) PostForm(url string, data url.Values) (resp *http.Response, err error)
- func (c *Client) SetOption(options ...func(*Client) error) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Encryption ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.