Versions in this module Expand all Collapse all v1 v1.0.0 Dec 20, 2025 Changes in this version + func FormBody(values url.Values) []byte + func GenIds(start, count int) []string + func JsonBody(data map[string]interface{}) []byte + type BodyFunc func(id string) []byte + type Client struct + func NewClient(proxyUrl string) (*Client, error) + func (c *Client) Get(opts Options) error + func (c *Client) PostForm(opts Options) error + func (c *Client) PostJson(opts Options) error + type GenIdsFunc func() []string + type Options struct + BodyFunc BodyFunc + Debug bool + Delay time.Duration + ExtractFieldSep string + ExtractFields string + GenIdsFunc GenIdsFunc + Headers map[string]string + OutputFile string + ResponseBodyFile string + SeparateFile bool + UrlFunc UrlFunc + type UrlFunc func(id string) string