Versions in this module Expand all Collapse all v1 v1.0.1 Apr 8, 2021 Changes in this version + type Client struct + func NewClient(timeOutCustom int) *Client + func (h *Client) Post(ctx context.Context, url string, data url.Values, contextType string) ([]byte, error) + func (h *Client) PostForm(ctx context.Context, url string, data url.Values) ([]byte, error) + func (h *Client) PostJson(ctx context.Context, url string, data url.Values) ([]byte, error) v1.0.0 Dec 21, 2020