Versions in this module Expand all Collapse all v0 v0.0.2 Aug 13, 2025 v0.0.1 Aug 13, 2025 Changes in this version + func Fetch(urlString string, options ...Option) (contents string, statusCode int, statusLine string) + type Option func(context.Context, *http.Request) error + func Headers(headers map[string]string) Option + func Writer(writer io.Writer) Option