Versions in this module Expand all Collapse all v0 v0.1.1 Jul 22, 2022 v0.1.0 Jul 22, 2022 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