Versions in this module Expand all Collapse all v1 v1.0.0 Mar 23, 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)