Versions in this module Expand all Collapse all v0 v0.1.0 Mar 12, 2023 Changes in this version + 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 struct + Debug bool + func NewClient(httpClient *http.Client, ntlmClient *ntlmssp.Client, ...) (*Client, error) + 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