Versions in this module Expand all Collapse all v0 v0.2.0 Jul 29, 2026 v0.1.0 Jul 29, 2026 Changes in this version + type Client struct + func New(opts ...Option) *Client + func (c *Client) Get(ctx context.Context, url string) ([]byte, error) + type Option func(*Client) + func WithHTTPClient(hc *http.Client) Option + func WithMaxBodySize(n int64) Option + func WithMinInterval(d time.Duration) Option + func WithRetries(n int) Option + func WithUserAgent(ua string) Option + type StatusError struct + StatusCode int + URL string + func (e *StatusError) Error() string