Versions in this module Expand all Collapse all v1 v1.0.0 Dec 8, 2024 Changes in this version + const ContentTypeForm + const ContentTypeJSON + const DefaultTimeout + func GetJSON(ctx context.Context, url string, options ...Option) ([]byte, error) + func PostForm(ctx context.Context, url string, form url.Values, options ...Option) ([]byte, error) + func PostJSON(ctx context.Context, url string, data json.RawMessage, options ...Option) ([]byte, error) + type Option func(c *options) + func WithTimeout(duration time.Duration) Option