# Functions
NewFeedFetcher creates a new HTTP fetcher that can fetch rss feeds from the specified URL.
NewHTMLFetcher creates a new HTML fetcher that can fetch the full HTML from the specified URL.
SetClient allows you to specify an alternative http.Client to the default one used by all http based Fetchers in this package.
# Constants
Canonical names of headers used by the fetch package.
Canonical names of headers used by the fetch package.
Canonical names of headers used by the fetch package.
Canonical names of headers used by the fetch package.
Canonical names of headers used by the fetch package.
Canonical names of headers used by the fetch package.
Canonical names of headers used by the fetch package.
Canonical names of headers used by the fetch package.
Canonical names of headers used by the fetch package.
Canonical names of headers used by the fetch package.
Canonical names of headers used by the fetch package.
Canonical names of headers used by the fetch package.
Canonical names of headers used by the fetch package.
# Structs
FeedFetcher provides a interface for anything that can get RSS data and provide it in a sequential fashion (e.g.
HTML is an in-memory materialized view of an HTML document fetched by the HTMLFetcher.
HTMLFetcher is an interface for fetching the full HTML associated with a feed item.
HTTPError contains status information from the request and can be returned as error.
# Interfaces
Fetcher is an interface for statefully making periodic requests to a resource.